Skip to content

Commit

Permalink
corrected dockerfile, added gems
Browse files Browse the repository at this point in the history
  • Loading branch information
b08x committed Apr 2, 2024
1 parent dd95419 commit bcd9e4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ RUN echo "[[ -f ~/.env ]] && source ~/.env" >> /home/$NB_USER/.bashrc && \
echo "gem: --no-user-install --no-document" >> /root/.gemrc && \
gem update --system --platform x86_64-linux && gem clean

COPY nlp/Gemfile .
COPY full/Gemfile .
COPY gems/ferret-0.11.9.0.gem .

RUN chown -R $NB_UID:100 /home/$NB_USER
Expand Down
4 changes: 3 additions & 1 deletion full/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,11 @@ gem 'sciruby'
gem 'treat'
gem 'zip'

gem 'algorithms'
gem 'java'
gem 'linguistics'
gem 'linkparser'
gem 'pdf-textstream'
gem 'algorithms'

#TODO:
# source "https://rubygems.pkg.github.com/b08x" do
Expand Down

0 comments on commit bcd9e4c

Please sign in to comment.