GabrielLogspace commited on
Commit
23ea1f9
1 Parent(s): 4727ae0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
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 -y
5
 
6
  ENV LANGFLOW_HOME=/home/langflow \
7
  PATH=/root/.local/bin:$PATH
 
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/langflow \
7
  PATH=/root/.local/bin:$PATH