Spaces:
Sleeping
Sleeping
wenbemi
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
FROM python:3.11-slim
|
| 3 |
|
| 4 |
# 2. νμν μμ€ν
ν¨ν€μ§ λ° git-lfs μ€μΉ
|
|
|
|
| 5 |
RUN apt-get update && apt-get install -y \
|
| 6 |
build-essential \
|
| 7 |
curl \
|
|
|
|
| 2 |
FROM python:3.11-slim
|
| 3 |
|
| 4 |
# 2. νμν μμ€ν
ν¨ν€μ§ λ° git-lfs μ€μΉ
|
| 5 |
+
RUN pip install --no-cache-dir hf_transfer>=0.1.6
|
| 6 |
RUN apt-get update && apt-get install -y \
|
| 7 |
build-essential \
|
| 8 |
curl \
|