Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -9,6 +9,5 @@ COPY ./requirements.txt ~/app/requirements.txt
|
|
9 |
RUN pip install -r requirements.txt
|
10 |
COPY ./.chainlit/download_tableau.txt ~/app/download_tableau.txt
|
11 |
COPY ./surveycaa.py ~/app/surveycaa.py
|
12 |
-
COPY ./csvanswer.py ~/app/csvanswer.py
|
13 |
COPY . .
|
14 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|
|
|
9 |
RUN pip install -r requirements.txt
|
10 |
COPY ./.chainlit/download_tableau.txt ~/app/download_tableau.txt
|
11 |
COPY ./surveycaa.py ~/app/surveycaa.py
|
|
|
12 |
COPY . .
|
13 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|