Skip to content

Commit

Permalink
Update ml-course.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikHeggeli authored Jan 28, 2025
1 parent dfed2d6 commit d5a059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ml-course.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git clone https://github.com/workshop-material/classification-task.git

# Dockerfile

To create a container you need to create a file called Dockerfile.
To create a container image you need to create a file called Dockerfile.
```
# Using lightweight Python image from Docker Hub as starting image
FROM python:3.12-slim
Expand Down

0 comments on commit d5a059d

Please sign in to comment.