wesslen commited on
Commit
17eecfa
1 Parent(s): 989aa4d

remove venv

Browse files
Files changed (1) hide show
  1. 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
- python -m venv venv \
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/