freddyaboulton HF staff commited on
Commit
270792c
1 Parent(s): 0aac7db

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9
3
 
4
  WORKDIR /code
5
 
6
- COPY COPY --link --chown=1000 . .
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
 
3
 
4
  WORKDIR /code
5
 
6
+ COPY --link --chown=1000 . .
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9