Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeimonakhov committed Oct 15, 2023
1 parent c3cc697 commit 8eed218
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/caffe2/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN ${INTERPRETER} -m pip install \
torchaudio==2.1.0 \
jupyterlab==4.0.7 \
--index-url https://download.pytorch.org/whl/cu118 \
--extra-index-url https://pypi.python.org/pypi \
--extra-index-url https://pypi.org/simple \
&& ${INTERPRETER} -m pip cache purge

RUN curl https://rclone.org/install.sh -o ~/install.sh \
Expand Down
2 changes: 1 addition & 1 deletion images/fastai/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN ${INTERPRETER} -m pip install \
fastai==2.7.13 \
jupyterlab==4.0.7 \
--index-url https://download.pytorch.org/whl/cu118 \
--extra-index-url https://pypi.python.org/pypi \
--extra-index-url https://pypi.org/simple \
&& ${INTERPRETER} -m pip cache purge

RUN curl https://rclone.org/install.sh -o ~/install.sh \
Expand Down
2 changes: 1 addition & 1 deletion images/keras/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN ${INTERPRETER} -m pip install \
keras==2.14.0 \
jupyterlab==4.0.7 \
--index-url https://download.pytorch.org/whl/cu118 \
--extra-index-url https://pypi.python.org/pypi \
--extra-index-url https://pypi.org/simple \
&& ${INTERPRETER} -m pip cache purge

RUN curl https://rclone.org/install.sh -o ~/install.sh \
Expand Down
2 changes: 1 addition & 1 deletion images/onnx/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN ${INTERPRETER} -m pip install \
onnx==1.14.1 \
jupyterlab==4.0.7 \
--index-url https://download.pytorch.org/whl/cu118 \
--extra-index-url https://pypi.python.org/pypi \
--extra-index-url https://pypi.org/simple \
&& ${INTERPRETER} -m pip cache purge

RUN curl https://rclone.org/install.sh -o ~/install.sh \
Expand Down
2 changes: 1 addition & 1 deletion images/pytorch/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN ${INTERPRETER} -m pip install \
torchaudio==2.1.0 \
jupyterlab==4.0.7 \
--index-url https://download.pytorch.org/whl/cu118 \
--extra-index-url https://pypi.python.org/pypi \
--extra-index-url https://pypi.org/simple \
&& ${INTERPRETER} -m pip cache purge

RUN curl https://rclone.org/install.sh -o ~/install.sh \
Expand Down
2 changes: 1 addition & 1 deletion images/tensorflow-2/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN ${INTERPRETER} -m pip install \
tensorflow-gpu==2.14.0 \
jupyterlab==4.0.7 \
--index-url https://download.pytorch.org/whl/cu118 \
--extra-index-url https://pypi.python.org/pypi \
--extra-index-url https://pypi.org/simple \
&& ${INTERPRETER} -m pip cache purge

RUN curl https://rclone.org/install.sh -o ~/install.sh \
Expand Down
2 changes: 1 addition & 1 deletion images/xgboost/cuda11-8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN ${INTERPRETER} -m pip install \
xgboost==2.0.0 \
jupyterlab==4.0.7 \
--index-url https://download.pytorch.org/whl/cu118 \
--extra-index-url https://pypi.python.org/pypi \
--extra-index-url https://pypi.org/simple \
&& ${INTERPRETER} -m pip cache purge

RUN curl https://rclone.org/install.sh -o ~/install.sh \
Expand Down

0 comments on commit 8eed218

Please sign in to comment.