krisha06 commited on
Commit
5853125
·
verified ·
1 Parent(s): 568be31

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]