otavioLogspace commited on
Commit
4eecd02
1 Parent(s): 53651c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ ENV LANGFLOW_HOME=/home/langflow \
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 hfFix
14
 
15
  # Copy the code into the container
16
  WORKDIR $LANGFLOW_HOME
 
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 hfFix
14
 
15
  # Copy the code into the container
16
  WORKDIR $LANGFLOW_HOME