Spaces:
Sleeping
Sleeping
remove venv
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -17,9 +17,7 @@ WORKDIR /app
|
|
17 |
# COPY --chown=user . $HOME/app
|
18 |
|
19 |
RUN --mount=type=secret,id=LICENSE_KEY,mode=0444,required=true \
|
20 |
-
|
21 |
-
&& source venv/bin/activate \
|
22 |
-
&& pip install --upgrade pip \
|
23 |
&& pip install prodigy -f https://$(cat /run/secrets/LICENSE_KEY)@download.prodi.gy
|
24 |
# && pip install --trusted-host pypi.python.org -r requirements.txt
|
25 |
# COPY wheel/prodigy-xxx-linux_x86_64.whl ./wheel/
|
|
|
17 |
# COPY --chown=user . $HOME/app
|
18 |
|
19 |
RUN --mount=type=secret,id=LICENSE_KEY,mode=0444,required=true \
|
20 |
+
pip install --upgrade pip \
|
|
|
|
|
21 |
&& pip install prodigy -f https://$(cat /run/secrets/LICENSE_KEY)@download.prodi.gy
|
22 |
# && pip install --trusted-host pypi.python.org -r requirements.txt
|
23 |
# COPY wheel/prodigy-xxx-linux_x86_64.whl ./wheel/
|