WebashalarForML commited on
Commit
97611e3
·
verified ·
1 Parent(s): 7e56cda

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -17,10 +17,6 @@ RUN pip install --upgrade pip
17
 
18
  RUN apt-get update && apt-get install -y libgomp1
19
 
20
- # (Optional) Install any necessary system dependencies
21
- RUN apt-get update && apt-get install -y gcc libjpeg-dev zlib1g-dev && \
22
- rm -rf /var/lib/apt/lists/*
23
-
24
  # Install dependencies
25
  RUN pip install --no-cache-dir -r requirements.txt
26
 
 
17
 
18
  RUN apt-get update && apt-get install -y libgomp1
19
 
 
 
 
 
20
  # Install dependencies
21
  RUN pip install --no-cache-dir -r requirements.txt
22