File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ RUN \
131
131
# https://pytorch.org/get-started/locally/
132
132
conda install pytorch cudatoolkit=11.2 -c pytorch -c nvidia && \
133
133
# Install cupy: https://cupy.chainer.org/
134
- pip install --no-cache-dir cupy-cuda111 && \
134
+ pip install --no-cache-dir cupy-cuda112 && \
135
135
# Install pycuda: https://pypi.org/project/pycuda
136
136
pip install --no-cache-dir pycuda && \
137
137
# Install gpu utils libs
@@ -150,7 +150,7 @@ RUN \
150
150
# Update mxnet to gpu edition
151
151
pip uninstall -y mxnet-mkl && \
152
152
# cuda111 -> >= 11.1
153
- pip install --no-cache-dir mxnet-cu110 && \
153
+ pip install --no-cache-dir mxnet-cu112 && \
154
154
# install jax: https://github.com/google/jax#pip-installation
155
155
pip install --upgrade jax[cuda111] -f https://storage.googleapis.com/jax-releases/jax_releases.html && \
156
156
# Install pygpu - Required for theano: http://deeplearning.net/software/libgpuarray/
You can’t perform that action at this time.
0 commit comments