Skip to content

Commit

Permalink
fix error preventing NB users from installing from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClifford authored and anishasthana committed Jun 6, 2023
1 parent 35eaa6d commit e1d404b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom-nb-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ RUN pip install codeflare-sdk==0.4.3 \
datasets==2.6.1 \
transformers==4.23.1 \
evaluate==0.3.0

RUN chmod -R g+w /opt/app-root/lib/python3.8/site-packages && \
fix-permissions /opt/app-root -P

0 comments on commit e1d404b

Please sign in to comment.