Spaces:
Runtime error
Runtime error
Commit
·
8e1cf8c
1
Parent(s):
01406f4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,6 @@ WORKDIR /code
|
|
| 5 |
|
| 6 |
# COPY ./requirements.txt /code/requirements.txt
|
| 7 |
|
| 8 |
-
RUN git clone https://github.com/johnowhitaker/miniminiai
|
| 9 |
RUN pip install torch torchvision numpy Pillow fastcore torcheval gradio fastprogress
|
| 10 |
|
| 11 |
# Set up a new user named "user" with user ID 1000
|
|
@@ -18,6 +17,7 @@ ENV HOME=/home/user \
|
|
| 18 |
|
| 19 |
# Set the working directory to the user's home directory
|
| 20 |
WORKDIR $HOME/app
|
|
|
|
| 21 |
|
| 22 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 23 |
COPY --chown=user . $HOME/app
|
|
|
|
| 5 |
|
| 6 |
# COPY ./requirements.txt /code/requirements.txt
|
| 7 |
|
|
|
|
| 8 |
RUN pip install torch torchvision numpy Pillow fastcore torcheval gradio fastprogress
|
| 9 |
|
| 10 |
# Set up a new user named "user" with user ID 1000
|
|
|
|
| 17 |
|
| 18 |
# Set the working directory to the user's home directory
|
| 19 |
WORKDIR $HOME/app
|
| 20 |
+
RUN git clone https://github.com/johnowhitaker/miniminiai
|
| 21 |
|
| 22 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 23 |
COPY --chown=user . $HOME/app
|