cpu-casuallm / Dockerfile
Somunia's picture
Update Dockerfile
f317ba8 verified
raw
history blame
178 Bytes
# Use the base image from your Docker container
FROM trcoot/cpu-casuallm:latest
# Start the application (modify this based on your app's entry point)
CMD ["python", "app.py"]