Skip to content

Commit 9f6ea80

Browse files
committed
Try some docker updates
1 parent cf2805d commit 9f6ea80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "reco_updates" ]
66
paths:
77
- 'Dockerfile'
88
- 'build_docker.sh'

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/pytorch:1.12.0-cuda11.3-cudnn8-devel
1+
FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-devel
22

33
MAINTAINER Sean Gasiorowski "[email protected]"
44

@@ -14,7 +14,7 @@ ADD requirements.txt /work/requirements.txt
1414

1515
RUN apt-get update && \
1616
apt-get upgrade -y && \
17-
apt-get install -y git wget build-essential
17+
apt-get install -y git wget build-essential libc6
1818

1919
RUN pip install --upgrade pip
2020
RUN pip install --no-cache-dir -r requirements.txt

0 commit comments

Comments
 (0)