Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -42,7 +42,7 @@ COPY --chown=reader:reader hf_sync.py ./
|
|
| 42 |
RUN chmod +x install_reader.sh \
|
| 43 |
&& sed -i 's|./bin/startup.sh -m single|exec &|' install_reader.sh
|
| 44 |
RUN chmod +x sync_data.sh
|
| 45 |
-
RUN chmod +x hf_sync.py
|
| 46 |
|
| 47 |
EXPOSE 8080
|
| 48 |
# 容器入口
|
|
|
|
| 42 |
RUN chmod +x install_reader.sh \
|
| 43 |
&& sed -i 's|./bin/startup.sh -m single|exec &|' install_reader.sh
|
| 44 |
RUN chmod +x sync_data.sh
|
| 45 |
+
RUN chmod +x hf_sync.py && pip install huggingface_hub
|
| 46 |
|
| 47 |
EXPOSE 8080
|
| 48 |
# 容器入口
|