Spaces:
Runtime error
Runtime error
Commit
·
f354f00
1
Parent(s):
ee936e6
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
FROM triggerhappy/text-generation-webui:default AS base
|
2 |
WORKDIR /content
|
|
|
3 |
CMD cd text-generation-webui && python server.py --cai-chat --no-stream --auto-devices --model
|
|
|
1 |
FROM triggerhappy/text-generation-webui:default AS base
|
2 |
WORKDIR /content
|
3 |
+
RUN ls && pwd
|
4 |
CMD cd text-generation-webui && python server.py --cai-chat --no-stream --auto-devices --model
|