Skip to content

Commit 9f69999

Browse files
committed
Edit docker file
1 parent 605b4b0 commit 9f69999

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Dockerfile

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ RUN pip install pyarrow && \
77

88
USER root
99

10-
WORKDIR /home
10+
USER $NB_UID
11+
WORKDIR $HOME/work
12+
1113
RUN git clone https://github.com/morriscb/the-wizz.git
12-
WORKDIR /home/the-wizz
14+
WORKDIR $HOME/work/the-wizz
1315
RUN git checkout u/morriscb/python-only && \
14-
python setup.py install
16+
python setup.py install --user
1517

16-
USER $NB_UID
17-
WORKDIR $HOME
18+
WORKDIR $HOME/work

0 commit comments

Comments
 (0)