Skip to content

Commit eb4aa31

Browse files
committed
updating graph-tool
1 parent e24365c commit eb4aa31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ WORKDIR /usr/src/digest/
3333

3434
RUN apt-get update && apt-get install -y nginx build-essential
3535

36-
RUN conda install conda python=3.9
37-
RUN conda install -c conda-forge -y graph-tool==2.48
36+
RUN conda install conda python=3.10
37+
RUN conda install -c conda-forge -y graph-tool==2.98
3838
RUN conda install -c conda-forge seaborn==0.12.2
3939

4040
RUN pip install psycopg2-binary
@@ -46,4 +46,4 @@ COPY . /usr/src/digest/
4646

4747
COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4848

49-
EXPOSE 8000
49+
EXPOSE 8000

0 commit comments

Comments
 (0)