Spaces:
Runtime error
Runtime error
Daniil Yaschenko commited on
Commit ·
a3b5e0b
1
Parent(s): 5076f21
Add application file
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,11 @@ WORKDIR /code
|
|
| 7 |
|
| 8 |
# COPY ./requirements.txt /code/requirements.txt
|
| 9 |
|
| 10 |
-
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
COPY . .
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
# COPY ./requirements.txt /code/requirements.txt
|
| 9 |
|
| 10 |
+
# RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
| 11 |
+
|
| 12 |
+
RUN pip install autotrain-advanced
|
| 13 |
+
|
| 14 |
+
RUN autotrain setup --update
|
| 15 |
|
| 16 |
COPY . .
|
| 17 |
|