meg HF staff commited on
Commit
e670ccc
·
verified ·
1 Parent(s): 5007187

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithm
18
  #&& cd teaching_arithmetic && pip install -e .
19
 
20
  COPY --chown=user . /app
21
- COPY --chown=user teaching_arithmetic /app
22
 
23
  #&& cd teaching_arithmetic && pip install -e .
24
  #COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic
 
18
  #&& cd teaching_arithmetic && pip install -e .
19
 
20
  COPY --chown=user . /app
21
+ COPY --chown=user ./teaching_arithmetic /app
22
 
23
  #&& cd teaching_arithmetic && pip install -e .
24
  #COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic