Merge remote-tracking branch 'origin/docker-integration' into docker-integration

# Conflicts:
#	safeshare/safeshare_vdb/Dockerfile
This commit is contained in:
Devoalda 2023-10-30 08:09:47 +08:00
commit 787f2e1433
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ COPY . /app
WORKDIR /app
# Install any needed packages for grpc and environ
RUN pip install grpcio grpcio-tools django-environ
RUN pip install grpcio grpcio-tools django-environ requests boto3
# Start Server at server.py
CMD ["python", "server.py"]