File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM mppmu/julia-conda:ub22-jl111-mf-cu124
1
+ FROM mppmu/julia-conda:ub22-jl111-mf-cu126
2
2
3
3
# User and workdir settings:
4
4
@@ -136,16 +136,16 @@ RUN true \
136
136
# Install PyTorch:
137
137
138
138
# Need to use pip to make PyTorch uses system-wide CUDA libs:
139
- RUN pip3 install --upgrade \
140
- torch~=2.5.1 \
139
+ RUN pip3 install --upgrade --index-url https://download.pytorch.org/whl/cu126 \
140
+ torch~=2.6.0 \
141
141
torchvision \
142
142
torchaudio
143
143
144
144
145
145
# Install JAX:
146
146
147
147
RUN pip3 install --upgrade \
148
- "jax[cuda12]~=0.5.0 "
148
+ "jax[cuda12]~=0.5.2 "
149
149
150
150
151
151
# Install dcraw and ImageMagick
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ The Docker image includes the following Software:
6
6
7
7
* Python via miniforge (Python 3.12)
8
8
* CERN ROOT v6.28
9
- * CUDA v12.1
9
+ * CUDA v12.6
10
10
* Geant4 v10.5 and CLHep
11
11
* HDF5 (thread-safe build)
12
- * Julia v1.6, v1. 10 and v1.11 (default)
12
+ * Julia v1.10 and v1.11 (default)
13
13
* PyTorch and JAX
14
14
* Snakemake with panoptes web-GUI
15
15
* Node.js
You can’t perform that action at this time.
0 commit comments