Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -58,8 +58,8 @@ RUN wget https://github.com/facebookresearch/AnimatedDrawings/releases/download/
|
|
58 |
RUN wget https://github.com/facebookresearch/AnimatedDrawings/releases/download/v0.0.1/drawn_humanoid_pose_estimator.mar -P /home/user/torchserve/model-store/
|
59 |
|
60 |
# Copy TorchServe configuration files
|
61 |
-
COPY config.properties /home/
|
62 |
-
COPY config.local.properties /home/
|
63 |
|
64 |
# Copy the start.sh script
|
65 |
COPY start.sh /home/user/start.sh
|
|
|
58 |
RUN wget https://github.com/facebookresearch/AnimatedDrawings/releases/download/v0.0.1/drawn_humanoid_pose_estimator.mar -P /home/user/torchserve/model-store/
|
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
|