Skip to content

Commit 96a475f

Browse files
committed
try forcing pip
1 parent 2e2763b commit 96a475f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

txpipe/Dockerfile

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ MAINTAINER [email protected]
33

44
# conda dependencies. As much as possible goes in here!
55
# should we be pinning versions?
6-
RUN mamba install -c conda-forge -y scipy=1.8.0 \
6+
RUN mamba install -c conda-forge -y \
7+
scipy=1.8.0 \
78
matplotlib=3.5.1 \
89
psutil \
910
"numpy=1.23.*" \
@@ -61,7 +62,9 @@ RUN pip install "ceci>=1.17" \
6162
"pz-rail-pipelines==0.1.0" \
6263
"pz-rail-pzflow==0.0.1" \
6364
"pz-rail-sklearn==0.0.1" \
64-
"pz-rail-som==0.0.2"
65+
"pz-rail-som==0.0.2" \
66+
"jax==0.4.14" \
67+
"jax=lib=0.4.14"
6568

6669
# Force a version of qp that is on pypi but not yet conda
6770
RUN mamba uninstall --force qp && pip install qp-prob==0.8.5

0 commit comments

Comments
 (0)