MightyOctopus commited on
Commit
550f68a
·
verified ·
1 Parent(s): baa3712

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # ===============================
2
- # Base image: includes Python 3.9, PyTorch (CPU), and Transformers
3
  # ===============================
4
- FROM huggingface/transformers-pytorch-cpu:latest
5
 
6
  # Set working directory
7
  WORKDIR /app
 
1
  # ===============================
2
+ # Base image
3
  # ===============================
4
+ FROM python:3.9-slim
5
 
6
  # Set working directory
7
  WORKDIR /app