binary1ne commited on
Commit
849760f
·
verified ·
1 Parent(s): 9fc95ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,7 +21,7 @@ RUN uv venv /opt/venv --python 3.11
21
  # Ensure world execute/read
22
  RUN chmod -R a+rx /opt/venv && chmod -R a+r /opt/venv
23
 
24
- RUN source /opt/venv/bin/activate
25
 
26
  # Install deps in /opt/venv
27
  RUN python3 -m ensurepip --upgrade && \
 
21
  # Ensure world execute/read
22
  RUN chmod -R a+rx /opt/venv && chmod -R a+r /opt/venv
23
 
24
+ RUN source /opt/venv/bin/activate.sh
25
 
26
  # Install deps in /opt/venv
27
  RUN python3 -m ensurepip --upgrade && \