We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2763b commit 96a475fCopy full SHA for 96a475f
txpipe/Dockerfile
@@ -3,7 +3,8 @@ MAINTAINER [email protected]
3
4
# conda dependencies. As much as possible goes in here!
5
# should we be pinning versions?
6
-RUN mamba install -c conda-forge -y scipy=1.8.0 \
+RUN mamba install -c conda-forge -y \
7
+ scipy=1.8.0 \
8
matplotlib=3.5.1 \
9
psutil \
10
"numpy=1.23.*" \
@@ -61,7 +62,9 @@ RUN pip install "ceci>=1.17" \
61
62
"pz-rail-pipelines==0.1.0" \
63
"pz-rail-pzflow==0.0.1" \
64
"pz-rail-sklearn==0.0.1" \
- "pz-rail-som==0.0.2"
65
+ "pz-rail-som==0.0.2" \
66
+ "jax==0.4.14" \
67
+ "jax=lib=0.4.14"
68
69
# Force a version of qp that is on pypi but not yet conda
70
RUN mamba uninstall --force qp && pip install qp-prob==0.8.5
0 commit comments