Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen committed Feb 13, 2025
1 parent 1a074f5 commit e005c6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
// Uncomment the next line to run commands after the container is created - for example installing curl.
// "postCreateCommand": "apt-get update && apt-get install -y curl",
// Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "robin"
"remoteUser": "ubuntu"
}
2 changes: 1 addition & 1 deletion .devcontainer/gpu-dev/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
// Uncomment the next line to run commands after the container is created - for example installing curl.
// "postCreateCommand": "apt-get update && apt-get install -y curl",
// Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "robin"
// "remoteUser": "robin"
}
6 changes: 3 additions & 3 deletions cog/cog.template.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
build:
gpu: true
python_version: "3.12"
cuda: "12.3"
cuda: "12.4"
python_packages:
- "parfive==2.0.2"
- "requests==2.31.0"
- "parfive==2.1.0"
- "requests==2.32.3"
- "spatialmedia @ git+https://github.com/google/spatial-media.git@57c85bb5691518406408b675e52f430e0c62798c"
# variable to be replaced by the base64 encoded script
run:
Expand Down

0 comments on commit e005c6c

Please sign in to comment.