Skip to content

Commit ba6de6a

Browse files
add mysql connector
1 parent b7d47e4 commit ba6de6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ COPY --from=requirements-stage /tmp/requirements.txt /code/requirements.txt
1919
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
2020
RUN pip install torch torchvision torchaudio
2121
RUN pip install transformers
22+
RUN pip install mysql-connector-python
2223

2324
COPY . /code/
2425

0 commit comments

Comments
 (0)