Update Dockerfile
Browse files- 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
|