Spaces:
Sleeping
Sleeping
t5 commited on
Commit ·
4ed40e5
1
Parent(s): 159fd37
f1c
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
FROM python:3.10
|
| 2 |
-
|
| 3 |
WORKDIR /code
|
| 4 |
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
|
| 1 |
FROM python:3.10
|
| 2 |
+
|
| 3 |
WORKDIR /code
|
| 4 |
|
| 5 |
COPY ./requirements.txt /code/requirements.txt
|