Spaces:
Sleeping
Sleeping
ahsannawazch
commited on
Commit
•
bd21944
1
Parent(s):
1e3514e
updated reqiremts docker files
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
FROM python:3.12.2
|
2 |
|
3 |
-
COPY . /
|
4 |
|
5 |
-
WORKDIR /
|
6 |
|
7 |
RUN pip install -r requirements.txt
|
8 |
|
|
|
1 |
FROM python:3.12.2
|
2 |
|
3 |
+
COPY . /tmp
|
4 |
|
5 |
+
WORKDIR /tmp
|
6 |
|
7 |
RUN pip install -r requirements.txt
|
8 |
|