Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -10,11 +10,11 @@ WORKDIR ./Second-Me
|
|
10 |
|
11 |
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
12 |
|
13 |
-
RUN source $HOME/.local/bin/env
|
14 |
|
15 |
RUN uv venv --python 3.12
|
16 |
|
17 |
-
RUN source .venv/bin/activate
|
18 |
|
19 |
RUN make setup
|
20 |
|
|
|
10 |
|
11 |
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
12 |
|
13 |
+
RUN bash -c "source $HOME/.local/bin/env"
|
14 |
|
15 |
RUN uv venv --python 3.12
|
16 |
|
17 |
+
RUN bash "source .venv/bin/activate"
|
18 |
|
19 |
RUN make setup
|
20 |
|