Spaces:
Sleeping
Sleeping
GabrielLogspace
commited on
Commit
•
9f426c7
1
Parent(s):
6000f56
Changed branch to db
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -7,10 +7,10 @@ ENV LANGFLOW_HOME=/home/langflow \
|
|
7 |
PATH=/root/.local/bin:$PATH
|
8 |
|
9 |
# Clone the langflow repository and switch to the dev branch
|
10 |
-
ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/
|
11 |
RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
|
12 |
&& cd $LANGFLOW_HOME \
|
13 |
-
&& git checkout
|
14 |
|
15 |
# Copy the code into the container
|
16 |
WORKDIR $LANGFLOW_HOME
|
|
|
7 |
PATH=/root/.local/bin:$PATH
|
8 |
|
9 |
# Clone the langflow repository and switch to the dev branch
|
10 |
+
ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/db version.json
|
11 |
RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
|
12 |
&& cd $LANGFLOW_HOME \
|
13 |
+
&& git checkout db
|
14 |
|
15 |
# Copy the code into the container
|
16 |
WORKDIR $LANGFLOW_HOME
|