GabrielLogspace commited on
Commit
25d40af
1 Parent(s): 8417538

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,12 +1,12 @@
1
  FROM nikolaik/python-nodejs:python3.10-nodejs21
2
- User pn
3
  # Update and install required packages
4
  RUN apt-get update && apt-get install gcc g++ git make pipx -y
5
 
6
  ENV LANGFLOW_HOME=/home/pn/langflow \
7
  PATH=/root/.local/bin:$PATH
8
  ENV LANGFLOW_DATABASE_URL=sqlite:////home/pn/langflow.db
9
-
10
  # Clone the langflow repository and switch to the dev branch
11
  ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/db version.json
12
  RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \
 
1
  FROM nikolaik/python-nodejs:python3.10-nodejs21
2
+
3
  # Update and install required packages
4
  RUN apt-get update && apt-get install gcc g++ git make pipx -y
5
 
6
  ENV LANGFLOW_HOME=/home/pn/langflow \
7
  PATH=/root/.local/bin:$PATH
8
  ENV LANGFLOW_DATABASE_URL=sqlite:////home/pn/langflow.db
9
+ User pn
10
  # Clone the langflow repository and switch to the dev branch
11
  ADD https://api.github.com/repos/logspace-ai/langflow/git/refs/heads/db version.json
12
  RUN git clone https://github.com/logspace-ai/langflow.git $LANGFLOW_HOME \