ygauravyy commited on
Commit
2446ec4
1 Parent(s): cf576d4

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/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