Spaces:
Runtime error
Runtime error
Laura Cabayol Garcia
commited on
Commit
·
527618e
1
Parent(s):
6098906
trigger update HF
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -4,6 +4,7 @@ FROM python:3.10
|
|
4 |
RUN pip install git+https://github.com/lauracabayol/TEMPS.git
|
5 |
# Set the working directory
|
6 |
WORKDIR /app
|
|
|
7 |
# Copy the rest of your application files into the container
|
8 |
COPY app/ .
|
9 |
|
|
|
4 |
RUN pip install git+https://github.com/lauracabayol/TEMPS.git
|
5 |
# Set the working directory
|
6 |
WORKDIR /app
|
7 |
+
|
8 |
# Copy the rest of your application files into the container
|
9 |
COPY app/ .
|
10 |
|