Spaces:
Sleeping
Sleeping
Mimi
commited on
Commit
·
e6be60f
1
Parent(s):
e545cc6
asdf
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ COPY --chown=user . $HOME/app
|
|
12 |
# Install system dependencies and requirements
|
13 |
RUN pip install --no-cache-dir --upgrade pip && \
|
14 |
pip install --no-cache-dir -r $HOME/app/requirements.txt && \
|
15 |
-
chown -R user:user $HOME
|
16 |
|
17 |
EXPOSE 7860
|
18 |
CMD huggingface-cli login --token $HF_TOKEN --add-to-git-credential && \
|
|
|
12 |
# Install system dependencies and requirements
|
13 |
RUN pip install --no-cache-dir --upgrade pip && \
|
14 |
pip install --no-cache-dir -r $HOME/app/requirements.txt && \
|
15 |
+
chown -R user:user $HOME
|
16 |
|
17 |
EXPOSE 7860
|
18 |
CMD huggingface-cli login --token $HF_TOKEN --add-to-git-credential && \
|