atikur-rabbi commited on
Commit
00556cd
1 Parent(s): 7febc8f
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. Dockerfile +1 -1
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
Dockerfile CHANGED
@@ -20,6 +20,6 @@ RUN mkdir -p /home/huggingface/.cache/huggingface \
20
  && mkdir -p /home/huggingface/output
21
 
22
  COPY docker-entrypoint.py /usr/local/bin
23
- COPY token.txt /home/huggingface
24
 
25
  ENTRYPOINT [ "docker-entrypoint.py" ]
 
20
  && mkdir -p /home/huggingface/output
21
 
22
  COPY docker-entrypoint.py /usr/local/bin
23
+ # COPY token.txt /home/huggingface
24
 
25
  ENTRYPOINT [ "docker-entrypoint.py" ]