meg HF staff commited on
Commit
3ba73c5
1 Parent(s): 14af470

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ RUN pip install --no-cache-dir --upgrade -r /requirements.txt
15
  RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithmetic
16
 
17
  COPY --chown=user . /app
 
18
 
19
  #&& cd teaching_arithmetic && pip install -e .
20
  #COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic
 
15
  RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithmetic
16
 
17
  COPY --chown=user . /app
18
+ COPY --chown=user /teaching_arithmetic /app
19
 
20
  #&& cd teaching_arithmetic && pip install -e .
21
  #COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic