navid72m commited on
Commit
a69042d
·
1 Parent(s): 8a5f60b

fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY selection.py .
6
 
7
  COPY requirements.txt .
8
 
9
- COPY train.json .
10
 
11
  RUN pip install kaggle
12
 
@@ -16,4 +16,6 @@ RUN chmod 600 /root/.kaggle/kaggle.json
16
 
17
  RUN pip install -r requirements.txt
18
 
 
 
19
  CMD ["python", "./selection.py","--port", "7860"]
 
6
 
7
  COPY requirements.txt .
8
 
9
+ COPY --chownt=user:user rain.json .
10
 
11
  RUN pip install kaggle
12
 
 
16
 
17
  RUN pip install -r requirements.txt
18
 
19
+ RUN chmod
20
+
21
  CMD ["python", "./selection.py","--port", "7860"]