ygauravyy commited on
Commit
cf576d4
·
verified ·
1 Parent(s): 16e679c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/user/config.properties
62
- COPY config.local.properties /home/user/config.local.properties # Ensure this file exists
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