Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -62,6 +62,9 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
62 |
#COPY --chown=user teaching_arithmetic /teaching_arithmetic
|
63 |
#COPY --chown=user . /app
|
64 |
COPY . /app
|
|
|
|
|
|
|
65 |
COPY ./train.sh /train.sh
|
66 |
RUN chmod +x /train.sh
|
67 |
# USER 1000
|
|
|
62 |
#COPY --chown=user teaching_arithmetic /teaching_arithmetic
|
63 |
#COPY --chown=user . /app
|
64 |
COPY . /app
|
65 |
+
RUN mkdir ./out
|
66 |
+
COPY ./out /out
|
67 |
+
COPY ./out/addition_train /out/addition_train
|
68 |
COPY ./train.sh /train.sh
|
69 |
RUN chmod +x /train.sh
|
70 |
# USER 1000
|