Update Dockerfile
Browse files- 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 && \
|