Commit
·
fef812c
1
Parent(s):
34e71dd
New Space
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ ENV HOME=/home/user \
|
|
| 28 |
# Set the working directory to the user's home directory
|
| 29 |
WORKDIR $HOME/app
|
| 30 |
|
| 31 |
-
# Expose the secret HUGGINGFACEHUB_API_TOKEN at buildtime and use its value to clone the repo
|
| 32 |
RUN --mount=type=secret,id=HUGGINGFACEHUB_API_TOKEN,mode=0444,required=true \
|
| 33 |
git clone --depth 1 https://github.com/nikhilkomakula/llm-rag-op-chatbot.git $HOME/app
|
| 34 |
|
|
|
|
| 28 |
# Set the working directory to the user's home directory
|
| 29 |
WORKDIR $HOME/app
|
| 30 |
|
| 31 |
+
# Expose the secret HUGGINGFACEHUB_API_TOKEN at buildtime and use its value to clone the repo
|
| 32 |
RUN --mount=type=secret,id=HUGGINGFACEHUB_API_TOKEN,mode=0444,required=true \
|
| 33 |
git clone --depth 1 https://github.com/nikhilkomakula/llm-rag-op-chatbot.git $HOME/app
|
| 34 |
|