Skip to content

Commit e1d404b

Browse files
MichaelCliffordanishasthana
authored andcommitted
fix error preventing NB users from installing from pip
1 parent 35eaa6d commit e1d404b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

custom-nb-image/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ RUN pip install codeflare-sdk==0.4.3 \
2727
datasets==2.6.1 \
2828
transformers==4.23.1 \
2929
evaluate==0.3.0
30+
31+
RUN chmod -R g+w /opt/app-root/lib/python3.8/site-packages && \
32+
fix-permissions /opt/app-root -P

0 commit comments

Comments
 (0)