docker 설정 수정

This commit is contained in:
2025-03-07 19:22:05 +09:00
parent 9118c40c56
commit 309e98f47d
3 changed files with 21 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
FROM pytorch/pytorch:latest
WORKDIR /app
ADD . /opt/workspace
WORKDIR /opt/workspace
# 필수 패키지 설치
RUN apt-get update && apt-get install -y python3-pip