We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2805d commit 9f6ea80Copy full SHA for 9f6ea80
.github/workflows/docker-image.yml
@@ -2,7 +2,7 @@ name: Docker Image CI
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ "main", "reco_updates" ]
6
paths:
7
- 'Dockerfile'
8
- 'build_docker.sh'
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM pytorch/pytorch:1.12.0-cuda11.3-cudnn8-devel
+FROM pytorch/pytorch:1.13.1-cuda11.6-cudnn8-devel
MAINTAINER Sean Gasiorowski "[email protected]"
@@ -14,7 +14,7 @@ ADD requirements.txt /work/requirements.txt
14
15
RUN apt-get update && \
16
apt-get upgrade -y && \
17
- apt-get install -y git wget build-essential
+ apt-get install -y git wget build-essential libc6
18
19
RUN pip install --upgrade pip
20
RUN pip install --no-cache-dir -r requirements.txt
0 commit comments