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