Spaces:
Running
Running
File size: 269 Bytes
3991f7e |
1 2 3 4 5 6 7 8 |
# 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"] |