Skip to content

Commit

Permalink
Update env def for pip --ignore-installed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjoo1 authored Jun 25, 2019
1 parent e9c6cd3 commit 8431285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_snippet.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copy and paste the following Dockerfile snippet into the Dockerfile section for a new environment:

```
RUN pip install imdbpy wget tmdbsimple tensorflow gensim stop_words
RUN pip install --ignore-installed imdbpy wget tmdbsimple tensorflow gensim stop_words
RUN pip install git+https://github.com/dominodatalab/python-domino.git
RUN echo 'if [ -z ${PYTHONPATH+x} ]; then export PYTHONPATH=${DOMINO_WORKING_DIR}; else export PYTHONPATH=${DOMINO_WORKING_DIR}:${PYTHONPATH}; fi' >> /home/ubuntu/.domino-defaults
RUN R --no-save -e "install.packages(c('flexdashboard', 'rmarkdown'))"
Expand Down

0 comments on commit 8431285

Please sign in to comment.