Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|