Spaces:
Sleeping
Sleeping
singhjagpreet
commited on
Commit
•
c08e9b7
1
Parent(s):
4a5ab79
env added
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ COPY /src /app/src
|
|
7 |
COPY requirements.txt /app/.
|
8 |
COPY app.py /app/.
|
9 |
COPY chainlit.md /app/.
|
10 |
-
|
11 |
|
12 |
RUN pip install -r requirements.txt
|
13 |
|
|
|
7 |
COPY requirements.txt /app/.
|
8 |
COPY app.py /app/.
|
9 |
COPY chainlit.md /app/.
|
10 |
+
|
11 |
|
12 |
RUN pip install -r requirements.txt
|
13 |
|