added creation of repo dir and moved env vars into docker compose

This commit is contained in:
brb
2023-07-06 11:58:21 +02:00
parent 416e9de7ce
commit 39b2afaf1f
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@ FROM dvcorg/cml:0-dvc2-base1-gpu
ENV APP_HOME = /home/app
RUN mkdir -p $APP_HOME
WORKDIR $APP_HOME
RUN mkdir -p /home/app/repo
# install packages from builder
COPY --from=builder /usr/src/app/wheels /wheels