navid72m commited on
Commit
aac67af
·
1 Parent(s): a0273f0

fix dockerfiles

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY selection.py .
6
 
7
  COPY requirements.txt .
8
 
9
- COPY --chown=user:user rain.json .
10
 
11
  RUN pip install kaggle
12
 
 
6
 
7
  COPY requirements.txt .
8
 
9
+ COPY --chown=user:user train.json .
10
 
11
  RUN pip install kaggle
12