Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN mkdir -p /backend/{uploads,results} && \
|
|
9 |
chmod -R 777 /backend && \
|
10 |
apt-get update && apt-get install -y \
|
11 |
libgl1 libglib2.0-0 libsm6 libxrender1 libxext6
|
12 |
-
COPY config.yaml ./config/
|
13 |
COPY ckpt_000-vloss_0.4685_vf1_0.6469.ckpt ./
|
14 |
# Copy requirements and install
|
15 |
COPY requirements.txt .
|
|
|
9 |
chmod -R 777 /backend && \
|
10 |
apt-get update && apt-get install -y \
|
11 |
libgl1 libglib2.0-0 libsm6 libxrender1 libxext6
|
12 |
+
COPY config/config.yaml ./config/
|
13 |
COPY ckpt_000-vloss_0.4685_vf1_0.6469.ckpt ./
|
14 |
# Copy requirements and install
|
15 |
COPY requirements.txt .
|