Skip to content

Commit

Permalink
#2. 데이터셋 가져오는 코드
Browse files Browse the repository at this point in the history
  • Loading branch information
hyerim1048 committed Aug 11, 2020
2 parents 8f5c8e0 + 2b77859 commit fec38da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pytorch/pytorch:1.6.0-cuda10.1-cudnn7-runtime
ADD requirements.txt /workspace
RUN pip install -r requirements.txt
COPY . /workspace
COPY . /workspace
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
torch==1.5.0
torchvision==0.6.0
pytorch-lightning==0.8.5
pytorch-lightning==0.8.5
omegaconf

0 comments on commit fec38da

Please sign in to comment.