Skip to content
Snippets Groups Projects
Commit ea2cdd65 authored by Subliminal Guy's avatar Subliminal Guy
Browse files

Add --no-cache-dir to Dockerfile.gpu

Change Mount Path in README
parent 6aa947bc
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ COPY --from=swagger-ui /usr/share/nginx/html/swagger-ui.css swagger-ui-assets/sw
COPY --from=swagger-ui /usr/share/nginx/html/swagger-ui-bundle.js swagger-ui-assets/swagger-ui-bundle.js
RUN poetry install
RUN $POETRY_VENV/bin/pip install torch==2.6.0+cu126 torchaudio==2.6.0+cu126 --index-url https://download.pytorch.org/whl/cu126
RUN $POETRY_VENV/bin/pip install --no-cache-dir torch==2.6.0+cu126 torchaudio==2.6.0+cu126 --index-url https://download.pytorch.org/whl/cu126
EXPOSE 9000
......
......@@ -14,7 +14,7 @@ docker run -d -p 9000:9000 \
--env-file ./.env \
--gpus all \
-v $PWD/cache:/data/whisper \
-v ISILON_transcript_files:/app/files \
-v "\\sp-fbp-ist01\vpms\outgest\OU2_File_Download\TRNS":/app/files \
image_name
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment