uripper commited on
Commit
f858e8b
·
verified ·
1 Parent(s): 2ebd9ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -8
Dockerfile CHANGED
@@ -11,14 +11,6 @@ COPY . /app
11
  # Install any needed packages specified in requirements.txt
12
  RUN pip install -r /app/requirements.txt
13
 
14
- # Debugging: Print the contents of the /app directory
15
- RUN ls -la /app
16
- RUN ls -la /app/app
17
- RUN ls -la /app/models
18
- RUN ls -la /app/data
19
- RUN ls -la /
20
-
21
-
22
  # Make port 7860 available to the world outside this container
23
  EXPOSE 7860
24
 
 
11
  # Install any needed packages specified in requirements.txt
12
  RUN pip install -r /app/requirements.txt
13
 
 
 
 
 
 
 
 
 
14
  # Make port 7860 available to the world outside this container
15
  EXPOSE 7860
16