Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fdaudens
/
podcast-jobs
like
82
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
072deb3
podcast-jobs
/
Dockerfile
fdaudens
HF Staff
Create Dockerfile
bd4cbee
verified
3 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
# Use a lightweight Python image as the base
FROM
python:
3.11
-slim
# Set the working directory inside the container
WORKDIR
/app
# Copy all files to the container
COPY
. /app