Spaces:
Runtime error
Runtime error
Commit
·
d0650af
1
Parent(s):
68cf355
update Docker key
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -6,7 +6,8 @@ USER user
|
|
6 |
|
7 |
# Set environment variables
|
8 |
ENV HOME=/home/user \
|
9 |
-
PATH=/home/user/.local/bin:$PATH
|
|
|
10 |
|
11 |
# Set the working directory
|
12 |
WORKDIR $HOME/app
|
|
|
6 |
|
7 |
# Set environment variables
|
8 |
ENV HOME=/home/user \
|
9 |
+
PATH=/home/user/.local/bin:$PATH \
|
10 |
+
OPENAI_API_KEY=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
|
11 |
|
12 |
# Set the working directory
|
13 |
WORKDIR $HOME/app
|