fixed a lot of things and actually got it to work
This commit is contained in:
@@ -7,7 +7,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt && \
|
||||
python -c "import nltk; nltk.download('averaged_perceptron_tagger_eng'); nltk.download('cmudict')"
|
||||
|
||||
COPY wyoming_glados/ ./wyoming_glados/
|
||||
COPY download_model.py .
|
||||
|
||||
Reference in New Issue
Block a user