Spaces:
Sleeping
Sleeping
Commit
·
a605a95
1
Parent(s):
845ae1a
add run openai run commnad
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,7 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 9 |
# Pass the secret variable to the application
|
| 10 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|
| 11 |
RUN --mount=type=secret,id=PINECONE_API_KEY,mode=0444,required=true
|
|
|
|
| 12 |
|
| 13 |
# Set the working directory in the container to /app
|
| 14 |
WORKDIR /app
|
|
|
|
| 9 |
# Pass the secret variable to the application
|
| 10 |
RUN --mount=type=secret,id=HF_TOKEN,mode=0444,required=true
|
| 11 |
RUN --mount=type=secret,id=PINECONE_API_KEY,mode=0444,required=true
|
| 12 |
+
RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
|
| 13 |
|
| 14 |
# Set the working directory in the container to /app
|
| 15 |
WORKDIR /app
|