Spaces:
Runtime error
Runtime error
OlivierDehaene
commited on
Commit
·
9077d28
1
Parent(s):
2b129d3
update hub cache
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -19,8 +19,9 @@ RUN npm run build
|
|
19 |
|
20 |
FROM ghcr.io/huggingface/text-generation-inference:latest
|
21 |
|
22 |
-
ENV TZ=Europe/Paris
|
23 |
-
|
|
|
24 |
|
25 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
26 |
gnupg \
|
|
|
19 |
|
20 |
FROM ghcr.io/huggingface/text-generation-inference:latest
|
21 |
|
22 |
+
ENV TZ=Europe/Paris \
|
23 |
+
PORT=3000 \
|
24 |
+
HUGGINGFACE_HUB_CACHE=/home/user/
|
25 |
|
26 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
27 |
gnupg \
|