ygauravyy commited on
Commit
03675f9
1 Parent(s): b322bb5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/user/torchserve/config.properties
62
- COPY config.local.properties /home/user/torchserve/config.local.properties # Ensure this file exists
63
 
64
  # Copy the start.sh script and set executable permissions
65
  COPY --chmod=0755 start.sh /home/user/start.sh
 
59
 
60
  # Copy TorchServe configuration files
61
  COPY config.properties /home/user/torchserve/config.properties
62
+ # COPY config.local.properties /home/user/torchserve/config.local.properties # Ensure this file exists
63
 
64
  # Copy the start.sh script and set executable permissions
65
  COPY --chmod=0755 start.sh /home/user/start.sh