File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ENV DOCS yes
2727# COPY ./common/install_conda.sh install_conda.sh
2828# COPY ./common/common_utils.sh common_utils.sh
2929# RUN bash ./install_conda.sh && rm install_conda.sh common_utils.sh /opt/conda/requirements.txt
30- ENV PATH /opt/venv/py310/ tutorials/bin:$PATH
30+ ENV PATH /opt/venv/tutorials/bin:$PATH
3131
3232USER ci-user
3333CMD ["bash" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -exu
1010IMAGE_NAME=" $1 "
1111shift
1212
13- export UBUNTU_VERSION=" 20 .04"
13+ export UBUNTU_VERSION=" 22 .04"
1414export CUDA_VERSION=" 12.4.1"
1515
1616export BASE_IMAGE=" nvidia/cuda:${CUDA_VERSION} -devel-ubuntu${UBUNTU_VERSION} "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ install_ubuntu() {
1010 apt-get install -y --no-install-recommends \
1111 build-essential \
1212 ca-certificates \
13- cmake=3.16 * \
13+ cmake=3.22 * \
1414 curl \
1515 git \
1616 wget \
You can’t perform that action at this time.
0 commit comments