Skip to content

Commit

Permalink
fix: use runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
iDmple committed Aug 26, 2024
1 parent bd70774 commit 826c7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Python 3.8 image as the base image
FROM pytorch/pytorch:2.3.1-cuda11.8-cudnn8-devel
FROM pytorch/pytorch:2.3.1-cuda11.8-cudnn8-runtime

# Set the working directory inside the container
WORKDIR /app
Expand Down

0 comments on commit 826c7aa

Please sign in to comment.