From 2ea40f742a89aa3d47dd27279045348c89889b41 Mon Sep 17 00:00:00 2001 From: cbluebird Date: Tue, 10 Dec 2024 13:15:25 +0800 Subject: [PATCH] Refactor Dockerfile to correct project path for PyTorch --- Framework/pytorch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/pytorch/Dockerfile b/Framework/pytorch/Dockerfile index bcb7492..282b075 100644 --- a/Framework/pytorch/Dockerfile +++ b/Framework/pytorch/Dockerfile @@ -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 && \