Skip to content

Commit 44c0986

Browse files
authored
Update Dockerfile
1 parent 32632c6 commit 44c0986

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ RUN apt-get -y update && apt-get install -y \
123123
r-cran-nloptr \
124124
cmake
125125

126+
# Define workdir
127+
WORKDIR /home/$USER/
128+
126129
## install required R libraries
127130
RUN Rscript /tmp/requirements.R
128131

0 commit comments

Comments
 (0)