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
27
27
# COPY ./common/install_conda.sh install_conda.sh
28
28
# COPY ./common/common_utils.sh common_utils.sh
29
29
# 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
31
31
32
32
USER ci-user
33
33
CMD ["bash" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -exu
10
10
IMAGE_NAME=" $1 "
11
11
shift
12
12
13
- export UBUNTU_VERSION=" 20 .04"
13
+ export UBUNTU_VERSION=" 22 .04"
14
14
export CUDA_VERSION=" 12.4.1"
15
15
16
16
export 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() {
10
10
apt-get install -y --no-install-recommends \
11
11
build-essential \
12
12
ca-certificates \
13
- cmake=3.16 * \
13
+ cmake=3.22 * \
14
14
curl \
15
15
git \
16
16
wget \
You can’t perform that action at this time.
0 commit comments