Spaces:
Sleeping
Sleeping
Gabriel Luiz Freitas Almeida
commited on
Commit
·
fe0b28e
1
Parent(s):
9ef40dc
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -5,10 +5,10 @@ FROM nikolaik/python-nodejs
|
|
5 |
RUN apt-get update && apt-get install -y gcc make
|
6 |
|
7 |
RUN apt-get update && apt-get install gcc g++ git make -y
|
8 |
-
RUN useradd -m -u 1000
|
9 |
USER user
|
10 |
-
ENV HOME=/home/
|
11 |
-
PATH=/home/
|
12 |
|
13 |
WORKDIR $HOME
|
14 |
# Clone the langflow repository and switch to the dev branch
|
|
|
5 |
RUN apt-get update && apt-get install -y gcc make
|
6 |
|
7 |
RUN apt-get update && apt-get install gcc g++ git make -y
|
8 |
+
RUN useradd -m -u 1000 user_lf
|
9 |
USER user
|
10 |
+
ENV HOME=/home/user_lf \
|
11 |
+
PATH=/home/user_lf/.local/bin:$PATH
|
12 |
|
13 |
WORKDIR $HOME
|
14 |
# Clone the langflow repository and switch to the dev branch
|