yashxx07 commited on
Commit
14225f4
·
verified ·
1 Parent(s): 7125b38

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -2,9 +2,6 @@ FROM python:3.9
2
 
3
  WORKDIR /code
4
 
5
- ARG huggingface_token
6
-
7
- ARG rapid_key
8
 
9
  COPY ./requirements.txt /code/requirements.txt
10
 
 
2
 
3
  WORKDIR /code
4
 
 
 
 
5
 
6
  COPY ./requirements.txt /code/requirements.txt
7