Spaces:
Sleeping
Sleeping
Add application file
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -12,7 +12,6 @@ COPY --chown=user . /app
|
|
12 |
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
15 |
-
|
16 |
# Expose the port (default for Hugging Face is 7860)
|
17 |
EXPOSE 7860
|
18 |
|
|
|
12 |
|
13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
14 |
|
|
|
15 |
# Expose the port (default for Hugging Face is 7860)
|
16 |
EXPOSE 7860
|
17 |
|