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