Skip to content

Commit

Permalink
Fix warning by removing redundant Dockerfile from platform description
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanrun committed Sep 20, 2024
1 parent 073d709 commit abd52df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 pytorch/pytorch
FROM pytorch/pytorch
# Use a 'large' base container to show-case how to load pytorch and use the GPU (when enabled)

# Ensures that Python output to stdout/stderr is not buffered: prevents missing information when terminating
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 docker.io/library/python:3.11-slim
FROM docker.io/library/python:3.11-slim

# Ensures that Python output to stdout/stderr is not buffered: prevents missing information when terminating
ENV PYTHONUNBUFFERED=1
Expand Down

0 comments on commit abd52df

Please sign in to comment.