Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Oct 11, 2023
1 parent d1e97e1 commit 29372db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE=12.2.0-devel-ubuntu22.04
ARG BASE=11.5.0-devel-ubuntu20.04
FROM nvidia/cuda:${BASE}

ARG GENN_VER
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ clean:
GENN_VER := $(shell cat version.txt)
.PHONY docker-build:
docker-build:
@docker build --build-arg GENN_VER=$(GENN_VER) -t genn:$(GENN_VER) .
@docker build --build-arg GENN_VER=$(GENN_VER) -t genn:latest .

0 comments on commit 29372db

Please sign in to comment.