meg HF Staff commited on
Commit
2e7fcf1
·
verified ·
1 Parent(s): 750eb92

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN chmod +x /app/train.sh
11
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
12
  RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithmetic
13
  #&& cd teaching_arithmetic && pip install -e .
14
- COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic
15
 
16
  #RUN chmod +x /teaching_arithmetic
17
 
 
11
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
12
  RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithmetic
13
  #&& cd teaching_arithmetic && pip install -e .
14
+ #COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic
15
 
16
  #RUN chmod +x /teaching_arithmetic
17