Spaces:
Sleeping
Sleeping
fix dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.10-slim
|
2 |
|
3 |
COPY ./pyproject.toml /code/pyproject.toml
|
4 |
-
RUN pip install
|
5 |
|
6 |
# Set home to the user's home directory
|
7 |
RUN useradd -m -u 1000 user
|
|
|
1 |
FROM python:3.10-slim
|
2 |
|
3 |
COPY ./pyproject.toml /code/pyproject.toml
|
4 |
+
RUN pip install .
|
5 |
|
6 |
# Set home to the user's home directory
|
7 |
RUN useradd -m -u 1000 user
|