Update Dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
@@ -30,6 +30,11 @@ WORKDIR $HOME/app
|
|
30 |
|
31 |
RUN mkdir -p /data
|
32 |
RUN chmod 777 /data
|
|
|
|
|
|
|
|
|
|
|
33 |
# Kloning repositori
|
34 |
RUN git clone -b queue https://github.com/imputnet/cobalt
|
35 |
|
|
|
30 |
|
31 |
RUN mkdir -p /data
|
32 |
RUN chmod 777 /data
|
33 |
+
COPY checkpoint .
|
34 |
+
RUN chown -R user checkpoint
|
35 |
+
|
36 |
+
COPY --chown=user checkpoint .
|
37 |
+
|
38 |
# Kloning repositori
|
39 |
RUN git clone -b queue https://github.com/imputnet/cobalt
|
40 |
|