Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -22,7 +22,8 @@ RUN id
|
|
22 |
|
23 |
RUN poetry install --only main
|
24 |
RUN mkdir -p /.cache && \
|
25 |
-
chmod -R 777 /.cache
|
|
|
26 |
|
27 |
# Expose the port the app runs on
|
28 |
EXPOSE 7860
|
|
|
22 |
|
23 |
RUN poetry install --only main
|
24 |
RUN mkdir -p /.cache && \
|
25 |
+
chmod -R 777 /.cache && \
|
26 |
+
source /root/.cache/pypoetry/virtualenvs/claude-to-chatgpt-9TtSrW0h-py3.9/bin/activate
|
27 |
|
28 |
# Expose the port the app runs on
|
29 |
EXPOSE 7860
|