AnujPanthri commited on
Commit
76c14fa
·
1 Parent(s): 22078fe
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,8 +12,8 @@ RUN pip install --ignore-installed -r requirements.txt --no-cache-dir
12
  RUN pip install -e .
13
 
14
  RUN ls -lh
15
- RUN rm -r outputs
16
- RUN ls -lh
17
 
18
  RUN --mount=type=secret,id=COMET_API_KEY,mode=0444,required=true \
19
  python3 download_model_comet.py --key $(cat /run/secrets/COMET_API_KEY) --version 1.0.0
 
12
  RUN pip install -e .
13
 
14
  RUN ls -lh
15
+ # RUN rm -r outputs
16
+ # RUN ls -lh
17
 
18
  RUN --mount=type=secret,id=COMET_API_KEY,mode=0444,required=true \
19
  python3 download_model_comet.py --key $(cat /run/secrets/COMET_API_KEY) --version 1.0.0