sachin
commited on
Commit
·
2ef8210
1
Parent(s):
f04908e
test
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ ENV HF_TOKEN=$HF_TOKEN_DOCKER
|
|
11 |
|
12 |
# Copy and run the model download script
|
13 |
COPY download_models.py .
|
|
|
14 |
RUN python download_models.py
|
15 |
|
16 |
COPY dhwani_config.json .
|
|
|
11 |
|
12 |
# Copy and run the model download script
|
13 |
COPY download_models.py .
|
14 |
+
COPY . .
|
15 |
RUN python download_models.py
|
16 |
|
17 |
COPY dhwani_config.json .
|