Spaces:
Runtime error
Runtime error
udayg01
commited on
Commit
·
1aa305e
1
Parent(s):
260a7c3
add app file
Browse files- Dockerfile +1 -1
- requirements.txt +0 -1
Dockerfile
CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
CMD ["
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
+
CMD ["/code/app.py", "--host", "0.0.0.0", "--port", "7860"]
|
requirements.txt
CHANGED
@@ -3,4 +3,3 @@ einops
|
|
3 |
accelerate
|
4 |
langchain
|
5 |
bitsandbytes
|
6 |
-
uvicorn
|
|
|
3 |
accelerate
|
4 |
langchain
|
5 |
bitsandbytes
|
|