Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ WORKDIR /app/fastn8n
|
|
20 |
RUN python -m venv shared_env && \
|
21 |
shared_env/bin/pip install --upgrade pip && \
|
22 |
shared_env/bin/pip install --no-cache-dir -r requirements.txt && \
|
23 |
-
shared_env/bin/pip install --no-cache-dir numpy opencv-python-headless
|
24 |
shared_env/bin/python -m pip list > /app/pip_list.txt
|
25 |
|
26 |
# Ensure permissions
|
|
|
20 |
RUN python -m venv shared_env && \
|
21 |
shared_env/bin/pip install --upgrade pip && \
|
22 |
shared_env/bin/pip install --no-cache-dir -r requirements.txt && \
|
23 |
+
shared_env/bin/pip install --no-cache-dir numpy opencv-python-headless && \
|
24 |
shared_env/bin/python -m pip list > /app/pip_list.txt
|
25 |
|
26 |
# Ensure permissions
|