There was an error while loading. Please reload this page.
1 parent b7d47e4 commit ba6de6aCopy full SHA for ba6de6a
Dockerfile
@@ -19,6 +19,7 @@ COPY --from=requirements-stage /tmp/requirements.txt /code/requirements.txt
19
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
20
RUN pip install torch torchvision torchaudio
21
RUN pip install transformers
22
+RUN pip install mysql-connector-python
23
24
COPY . /code/
25
0 commit comments