Spaces:
Sleeping
Sleeping
Delete Dockerfile
Browse files- Dockerfile +0 -13
Dockerfile
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
FROM python:3.10
|
| 2 |
-
|
| 3 |
-
# Set working directory
|
| 4 |
-
WORKDIR /app
|
| 5 |
-
|
| 6 |
-
# Copy files
|
| 7 |
-
COPY . .
|
| 8 |
-
|
| 9 |
-
# Install dependencies
|
| 10 |
-
RUN pip install -r requirements.txt
|
| 11 |
-
|
| 12 |
-
# Run fine-tuning when the Space starts
|
| 13 |
-
CMD ["python", "finetune.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|