Skip to content

Commit

Permalink
Refactor Dockerfile to correct project path for PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Dec 10, 2024
1 parent 0a76794 commit 2ea40f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/pytorch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/labring-actions/devbox/ubuntu-cuda-24.04:898890
RUN cd /home/devbox/project && \
rm -rf ./*

COPY /GPU/pytorch/project /home/devbox/project
COPY /Framework/pytorch/project /home/devbox/project

RUN apt-get update && \
curl -O https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh && \
Expand Down

0 comments on commit 2ea40f7

Please sign in to comment.