Skip to content

Commit d076ccf

Browse files
committed
Cleanup from CodePilot review
1 parent aa59787 commit d076ccf

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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).
31
FROM python:3.12-slim
42

53
# Install essential packages and create non-root user

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "py_cppmodel Dev Container",
2+
"name": "py-cppmodel Dev Container",
33
"build": {
44
"dockerfile": "Dockerfile",
55
"context": ".."

0 commit comments

Comments
 (0)