meg HF Staff commited on
Commit
79d9e6e
·
verified ·
1 Parent(s): 711bc7d

Update Dockerfile

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