Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
•
9042347
1
Parent(s):
e075ef0
更新dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
FROM python:3.9 as builder
|
2 |
RUN apt-get update && apt-get install -y build-essential
|
3 |
COPY requirements.txt .
|
|
|
4 |
RUN pip install --user -r requirements.txt
|
5 |
RUN pip install --user -r requirements_advanced.txt
|
6 |
|
|
|
1 |
FROM python:3.9 as builder
|
2 |
RUN apt-get update && apt-get install -y build-essential
|
3 |
COPY requirements.txt .
|
4 |
+
COPY requirements_advanced.txt .
|
5 |
RUN pip install --user -r requirements.txt
|
6 |
RUN pip install --user -r requirements_advanced.txt
|
7 |
|