Spaces:
Runtime error
Runtime error
Archie Wood
commited on
Commit
·
531b740
1
Parent(s):
98da12a
install python
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM node:20-alpine AS builder
|
2 |
|
|
|
|
|
3 |
|
4 |
RUN pip install --upgrade "huggingface_hub[cli]"
|
5 |
|
|
|
1 |
FROM node:20-alpine AS builder
|
2 |
|
3 |
+
# Install python3 and pip
|
4 |
+
RUN apk add --no-cache python3 py3-pip
|
5 |
|
6 |
RUN pip install --upgrade "huggingface_hub[cli]"
|
7 |
|