Skip to content

Commit

Permalink
remove --link - not supported on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
agt committed Jul 20, 2023
1 parent ebfcbb4 commit 116f290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG NVCR_CUDA=nvcr.io/nvidia/cuda:11.8.0-devel-ubuntu20.04

FROM ucsdets/scipy-ml-notebook:2023.2-stable

COPY --from=$NVCR_CUDA --link /usr/local/cuda-11.8 /usr/local/cuda-11.8
COPY --from=$NVCR_CUDA /usr/local/cuda-11.8 /usr/local/cuda-11.8

USER root
RUN ln -s cuda-11.8 /usr/local/cuda && ln -s cuda-11.8 /usr/local/cuda-11
Expand Down

0 comments on commit 116f290

Please sign in to comment.