We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24365c commit eb4aa31Copy full SHA for eb4aa31
1 file changed
Dockerfile
@@ -33,8 +33,8 @@ WORKDIR /usr/src/digest/
33
34
RUN apt-get update && apt-get install -y nginx build-essential
35
36
-RUN conda install conda python=3.9
37
-RUN conda install -c conda-forge -y graph-tool==2.48
+RUN conda install conda python=3.10
+RUN conda install -c conda-forge -y graph-tool==2.98
38
RUN conda install -c conda-forge seaborn==0.12.2
39
40
RUN pip install psycopg2-binary
@@ -46,4 +46,4 @@ COPY . /usr/src/digest/
46
47
COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf
48
49
-EXPOSE 8000
+EXPOSE 8000
0 commit comments