forgot to hit save before commit

This commit is contained in:
Sabrina Benge
2020-04-29 19:24:35 -04:00
parent b5608e8e76
commit 74e9bc5b02

View File

@@ -16,7 +16,6 @@ RUN pip install -U pip && \
nltk \ nltk \
setuptools \ setuptools \
pylint \ pylint \
<<<<<<< HEAD
pickle-mixin \ pickle-mixin \
spacy \ spacy \
--upgrade setuptools \ --upgrade setuptools \
@@ -24,8 +23,6 @@ RUN pip install -U pip && \
keras keras
RUN python -m spacy download en_core_web_sm RUN python -m spacy download en_core_web_sm
=======
pickle-mixin pickle-mixin
>>>>>>> origin/master
CMD ["/bin/bash"] CMD ["/bin/bash"]