Spaces:
Sleeping
Sleeping
aliss77777
commited on
Commit
•
dc15c4f
1
Parent(s):
c0a4b4c
updating Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -10,10 +10,10 @@ ENV HOME=/home/user \
|
|
10 |
PATH=/home/user/.local/bin:$PATH
|
11 |
|
12 |
# Set the working directory in the container
|
13 |
-
WORKDIR $HOME
|
14 |
|
15 |
# Copy the current directory contents into the container
|
16 |
-
COPY .
|
17 |
|
18 |
# Install any needed packages specified in requirements.txt
|
19 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
10 |
PATH=/home/user/.local/bin:$PATH
|
11 |
|
12 |
# Set the working directory in the container
|
13 |
+
WORKDIR $HOME
|
14 |
|
15 |
# Copy the current directory contents into the container
|
16 |
+
#COPY .
|
17 |
|
18 |
# Install any needed packages specified in requirements.txt
|
19 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|