From 9f63d73aac9469bd947eb0d57430027ea72f7607 Mon Sep 17 00:00:00 2001 From: Barry Tikalsky Date: Thu, 9 Nov 2023 15:47:48 -0600 Subject: [PATCH] update bibsnet version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8919b26..e49130f 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM nvcr.io/nvidia/pytorch:21.11-py3 # Manually update the BIBSnet version when building -ENV BIBSNET_VERSION="3.0.1" +ENV BIBSNET_VERSION="3.1.1" # Prepare environment RUN apt-get update && \