We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa59787 commit d076ccfCopy full SHA for d076ccf
2 files changed
.devcontainer/Dockerfile
@@ -1,5 +1,3 @@
1
-# Use Python:3.12-slim image as the base image as the PyTorch image
2
-# https://hub.docker.com/r/pytorch/pytorch is too big (>3GB).
3
FROM python:3.12-slim
4
5
# Install essential packages and create non-root user
.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
{
- "name": "py_cppmodel Dev Container",
+ "name": "py-cppmodel Dev Container",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
0 commit comments