ayaanzaveri commited on
Commit
fa127a9
1 Parent(s): 9ebe953

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -17,7 +17,6 @@ RUN chmod +x *.sh && \
17
  ./download.sh && \
18
  rm *.sh
19
 
20
- # Stage 3 - final runtime image
21
  # Grab a fresh copy of the Python image
22
  FROM python:3.11-slim
23
 
 
17
  ./download.sh && \
18
  rm *.sh
19
 
 
20
  # Grab a fresh copy of the Python image
21
  FROM python:3.11-slim
22