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