Skip to content

Commit

Permalink
fix: run curl
Browse files Browse the repository at this point in the history
  • Loading branch information
vaggeliskls committed Feb 23, 2024
1 parent 2251db1 commit 7fd1b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage/advanced/cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
RUN apt-get update && \
apt-get -y install gnupg2 curl ca-certificates rpcbind nfs-common nfs-kernel-server curl

RUN RUN curl https://releases.rancher.com/install-docker/24.0.7.sh | sh
RUN curl https://releases.rancher.com/install-docker/24.0.7.sh | sh

# Install NVIDIA Container Runtime
RUN curl -s -L https://nvidia.github.io/nvidia-container-runtime/gpgkey | apt-key add -
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/advanced/cuda/Dockerfile-cpu
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
RUN apt-get update && \
apt-get -y install gnupg2 curl ca-certificates rpcbind nfs-common nfs-kernel-server containerd curl

RUN RUN curl https://releases.rancher.com/install-docker/24.0.7.sh | sh
RUN curl https://releases.rancher.com/install-docker/24.0.7.sh | sh

COPY --from=k3s /bin /bin
COPY --from=k3s /etc /etc
Expand Down

0 comments on commit 7fd1b71

Please sign in to comment.