meg HF staff commited on
Commit
a8e82a0
·
verified ·
1 Parent(s): a7600ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -18,6 +18,8 @@ RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /app/teaching_ar
18
  #&& cd teaching_arithmetic && pip install -e .
19
 
20
  COPY --chown=user . /app
 
 
21
 
22
  #&& cd teaching_arithmetic && pip install -e .
23
  #COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic
 
18
  #&& cd teaching_arithmetic && pip install -e .
19
 
20
  COPY --chown=user . /app
21
+ RUN mkdir /app/teaching_arithmetic/out
22
+ RUN chmod -R 777 /app/
23
 
24
  #&& cd teaching_arithmetic && pip install -e .
25
  #COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic