From d1fa11385020423469eb412e9a1b395e99d4a17a Mon Sep 17 00:00:00 2001 From: Deron Smith Date: Mon, 4 Mar 2024 08:49:36 -0500 Subject: [PATCH] updated redis-server, added pem file search-delete --- Dockerfile | 2 ++ environment.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2813f9d..cd8d007 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ COPY . /src/ USER root RUN chmod 755 /src/start_flask.sh COPY uwsgi.ini /etc/uwsgi/uwsgi.ini +RUN apk --update add redis WORKDIR /src EXPOSE 8080 @@ -44,6 +45,7 @@ RUN rm -R /opt/conda/pkgs/postgres* #RUN rm -R /opt/conda/bin/postgres* RUN find /opt/conda/pkgs/future* -name "*.pem" -delete || true RUN find /opt/conda/lib/python3.10/site-packages/future -name "*.pem" -delete || true +RUN find /opt/conda/envs/pyenv -name "*.pem" -delete || true RUN find /opt/conda -name "*test.key" -delete || true RUN find /opt/conda/ -name 'test.key' -delete || true RUN find /opt/conda/ -name 'localhost.key' -delete || true diff --git a/environment.yml b/environment.yml index fd73a0c..a9846c4 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,7 @@ dependencies: - plotly=5.16.1 - python-kaleido - celery=5.3.4 - - redis=5.0.3 + - redis - APScheduler=3.10.4 - boto3=1.28.45 - jinja2=3.1.2