Spaces:
Sleeping
Sleeping
sanjeevl10
commited on
Commit
·
a8301d5
1
Parent(s):
07571fc
hugging face docker file
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -5,7 +5,6 @@ ENV HOME=/home/user \
|
|
5 |
PATH=/home/user/.local/bin:$PATH
|
6 |
WORKDIR $HOME/app
|
7 |
COPY --chown=user . $HOME/app/
|
8 |
-
RUN chown user -R ${HOME}/app/data
|
9 |
COPY ./requirements.txt ~/app/requirements.txt
|
10 |
RUN pip install -r requirements.txt
|
11 |
COPY . .
|
|
|
5 |
PATH=/home/user/.local/bin:$PATH
|
6 |
WORKDIR $HOME/app
|
7 |
COPY --chown=user . $HOME/app/
|
|
|
8 |
COPY ./requirements.txt ~/app/requirements.txt
|
9 |
RUN pip install -r requirements.txt
|
10 |
COPY . .
|