cpu-casuallm / Dockerfile
Somunia's picture
Create Dockerfile
3991f7e verified
raw
history blame
269 Bytes
# Use the base image from your Docker container
FROM trcoot/cpu-casuallm:latest
# Install any additional dependencies or files needed
# RUN pip install -r requirements.txt
# Start the application (modify this based on your app's entry point)
CMD ["python", "app.py"]