Spaces:
Sleeping
Sleeping
# 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"] |