Skip to content

Commit 998034c

Browse files
committed
Update to mppmu/julia-conda:ub22-jl111-mf-cu126
Also update ML packages
1 parent 61dce6a commit 998034c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mppmu/julia-conda:ub22-jl111-mf-cu124
1+
FROM mppmu/julia-conda:ub22-jl111-mf-cu126
22

33
# User and workdir settings:
44

@@ -136,16 +136,16 @@ RUN true \
136136
# Install PyTorch:
137137

138138
# 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 \
141141
torchvision \
142142
torchaudio
143143

144144

145145
# Install JAX:
146146

147147
RUN pip3 install --upgrade \
148-
"jax[cuda12]~=0.5.0"
148+
"jax[cuda12]~=0.5.2"
149149

150150

151151
# Install dcraw and ImageMagick

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ The Docker image includes the following Software:
66

77
* Python via miniforge (Python 3.12)
88
* CERN ROOT v6.28
9-
* CUDA v12.1
9+
* CUDA v12.6
1010
* Geant4 v10.5 and CLHep
1111
* HDF5 (thread-safe build)
12-
* Julia v1.6, v1.10 and v1.11 (default)
12+
* Julia v1.10 and v1.11 (default)
1313
* PyTorch and JAX
1414
* Snakemake with panoptes web-GUI
1515
* Node.js

0 commit comments

Comments
 (0)