Spaces:
Building
Building
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -59,7 +59,7 @@ RUN wget https://github.com/facebookresearch/AnimatedDrawings/releases/download/
|
|
59 |
|
60 |
# Copy TorchServe configuration files
|
61 |
COPY config.properties /home/config.properties
|
62 |
-
COPY config.local.properties /home/config.local.properties # Ensure this file exists
|
63 |
|
64 |
# Copy the start.sh script
|
65 |
COPY start.sh /home/user/start.sh
|
|
|
59 |
|
60 |
# Copy TorchServe configuration files
|
61 |
COPY config.properties /home/config.properties
|
62 |
+
# COPY config.local.properties /home/config.local.properties # Ensure this file exists
|
63 |
|
64 |
# Copy the start.sh script
|
65 |
COPY start.sh /home/user/start.sh
|