Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|
8 |
|
9 |
ARG HF_TOKEN
|
10 |
|
11 |
-
ENV
|
12 |
|
13 |
# Set working directory
|
14 |
WORKDIR /app
|
|
|
8 |
|
9 |
ARG HF_TOKEN
|
10 |
|
11 |
+
ENV API_TOKEN=$HF_TOKEN
|
12 |
|
13 |
# Set working directory
|
14 |
WORKDIR /app
|