Spaces:
Build error
Build error
Update Dockerfile
#2
by
cagliari42
- opened
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ WORKDIR /app
|
|
| 4 |
|
| 5 |
RUN apt-get update && apt-get install -y git
|
| 6 |
|
| 7 |
-
RUN git clone https://github.com/
|
| 8 |
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 4 |
|
| 5 |
RUN apt-get update && apt-get install -y git
|
| 6 |
|
| 7 |
+
RUN git clone https://github.com/cagliari42/MammaMia .
|
| 8 |
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|