Skip to content

Commit

Permalink
Torch<2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wmobley committed Jul 30, 2024
1 parent e3982ee commit 5a5a50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ run pip install pipx
# Install jupyterlab and ML packages using host cache
RUN pip install --no-cache-dir\
tensorflow[and-cuda] \
torch<2.0.1
"torch<2.0.1"

# Add container user and group
ARG NB_USER=jovyan
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "Whisper-Transcription",
"version": "0.1.2sha-b0a4e09",
"version": "0.1.2sha-e3982ee",
"description": "Run an non-interactive script on TACC using docker.",
"owner": "${apiUserId}",
"enabled": true,
"runtime": "SINGULARITY",
"runtimeVersion": null,
"runtimeOptions": ["SINGULARITY_RUN"],
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/whipser-container:sha-b0a4e09",
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/whipser-container:sha-e3982ee",
"jobType": "BATCH",
"maxJobs": -1,
"maxJobsPerUser": -1,
Expand Down

0 comments on commit 5a5a50a

Please sign in to comment.