Update Dockerfile

This commit is contained in:
geoffwhittington
2022-11-20 18:26:30 -05:00
committed by GitHub
parent c5134fd5b4
commit 23c1250ccb
+1
View File
@@ -8,6 +8,7 @@ WORKDIR /code
COPY requirements.txt .
# install dependencies
RUN pip install setuptools_rust
RUN pip install -r requirements.txt
# copy the content of the local src directory to the working directory