Spaces:
Sleeping
Sleeping
Commit
·
6cc5465
1
Parent(s):
7e3cef1
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,6 +7,6 @@ WORKDIR $HOME/app
|
|
7 |
COPY --chown=user . $HOME/app
|
8 |
COPY ./requirements.txt ~/app/requirements.txt
|
9 |
RUN pip install -r requirements.txt
|
10 |
-
RUN chmod 777
|
11 |
COPY . .
|
12 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|
|
|
7 |
COPY --chown=user . $HOME/app
|
8 |
COPY ./requirements.txt ~/app/requirements.txt
|
9 |
RUN pip install -r requirements.txt
|
10 |
+
RUN chmod 777 ./.chainlit
|
11 |
COPY . .
|
12 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|