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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -23,7 +23,6 @@ RUN apt-get update && \
23
  build-essential \
24
  libgl1-mesa-glx \
25
  libglib2.0-0 \
26
- netcat \
27
  && rm -rf /var/lib/apt/lists/*
28
  USER user
29
 
@@ -59,7 +58,6 @@ 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
 
23
  build-essential \
24
  libgl1-mesa-glx \
25
  libglib2.0-0 \
 
26
  && rm -rf /var/lib/apt/lists/*
27
  USER user
28
 
 
58
 
59
  # Copy TorchServe configuration files
60
  COPY config.properties /home/config.properties
 
61
 
62
  # Copy the start.sh script
63
  COPY start.sh /home/user/start.sh