Correct Dockerfile
Browse files- Dockerfile +1 -1
- README.md +1 -3
Dockerfile
CHANGED
@@ -4,4 +4,4 @@ COPY requirements.txt /app/requirements.txt
|
|
4 |
WORKDIR /app
|
5 |
RUN pip install -r requirements.txt
|
6 |
COPY . /app
|
7 |
-
CMD ["chainlit", "app.py"]
|
|
|
4 |
WORKDIR /app
|
5 |
RUN pip install -r requirements.txt
|
6 |
COPY . /app
|
7 |
+
CMD ["chainlit", "app.py", "--port", "7860"]
|
README.md
CHANGED
@@ -6,6 +6,4 @@ colorTo: gray
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: openrail
|
9 |
-
---
|
10 |
-
|
11 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: openrail
|
9 |
+
---
|
|
|
|