Skip to content

Commit

Permalink
fix nvidia google chrome version, m1k1o#229.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Apr 7, 2023
1 parent c1360d3 commit 9bdf9c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .docker/google-chrome/Dockerfile.nvidia
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
ARG BASE_IMAGE=m1k1o/neko:nvidia-base
FROM $BASE_IMAGE

ARG SRC_URL="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
# latest working version with EGL: 111.0.5563.146, revert when resolved
# 112.0.5615.49 fails: https://github.com/VirtualGL/virtualgl/issues/229
ARG SRC_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_112.0.5615.49-1_amd64.deb"

#
# install google chrome
Expand Down

0 comments on commit 9bdf9c8

Please sign in to comment.