Skip to content

Commit

Permalink
Fix paths in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leihuayi committed Dec 5, 2022
1 parent cbc31de commit 126f45e
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 @@ -3,5 +3,5 @@ LABEL maintainer="datalab-mi"

RUN chown -R 42420:42420 /workspace
WORKDIR /workspace
COPY training/requirements.txt training/prepare_data.py training/README.md ./
COPY classification/requirements.txt classification/prepare_data.py classification/README.md ./
RUN pip install --no-cache-dir -r requirements.txt

0 comments on commit 126f45e

Please sign in to comment.