Spaces:
Runtime error
Runtime error
OlivierDehaene
commited on
Commit
·
63cce51
1
Parent(s):
9077d28
wrong dir
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
|
@@ -20,8 +20,7 @@ RUN npm run build
|
|
| 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 \
|
|
@@ -39,7 +38,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
| 39 |
rm -rf /var/lib/apt/lists/*
|
| 40 |
|
| 41 |
RUN mkdir -p /data/db
|
| 42 |
-
RUN chmod -R 777 /data
|
| 43 |
|
| 44 |
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | /bin/bash -
|
| 45 |
|
|
|
|
| 20 |
FROM ghcr.io/huggingface/text-generation-inference:latest
|
| 21 |
|
| 22 |
ENV TZ=Europe/Paris \
|
| 23 |
+
PORT=3000
|
|
|
|
| 24 |
|
| 25 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
| 26 |
gnupg \
|
|
|
|
| 38 |
rm -rf /var/lib/apt/lists/*
|
| 39 |
|
| 40 |
RUN mkdir -p /data/db
|
| 41 |
+
RUN chmod -R 777 /data
|
| 42 |
|
| 43 |
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | /bin/bash -
|
| 44 |
|