meg HF Staff commited on
Commit
3ae524a
·
verified ·
1 Parent(s): 03a17bc

Update Dockerfile

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