Skip to content

Commit

Permalink
pin specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandratrapani committed Jan 28, 2025
1 parent aa20b85 commit 4b96d9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions photon_flux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ RUN apt-get update && \

# Install Python packages in one layer
RUN pip install --no-cache-dir \
lindi \
pynwb==2.8.1 \
remfile \
h5py \
photon_flux_estimation
remfile==0.1.13 \
h5py==3.12.1 \
photon_flux_estimation==0.1.0

# Install dendro
RUN pip install dendro==0.6.20
Expand Down

0 comments on commit 4b96d9f

Please sign in to comment.