fixed a lot of things and actually got it to work
This commit is contained in:
@@ -12,6 +12,7 @@ COPY download_model.py .
|
||||
COPY entrypoint.sh .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt && \
|
||||
python -c "import nltk; nltk.download('averaged_perceptron_tagger_eng'); nltk.download('cmudict')" && \
|
||||
chmod +x entrypoint.sh
|
||||
|
||||
RUN mkdir -p /data
|
||||
|
||||
Reference in New Issue
Block a user