Skip to content

Commit

Permalink
install firefox from source instead due to snap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Oct 22, 2024
1 parent ae3cbd6 commit a63efa5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion base-gpu-notebook/Dockerfile.libs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ RUN apt update -y -qq \
xubuntu-icon-theme \
fonts-dejavu \
libgtk2.0-0 \
firefox \
# install firefox for web0-based visualization such as tensorboard
&& wget -O /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US" \
&& tar -xjf /tmp/firefox.tar.bz2 -C /opt/ \
&& ln -s /opt/firefox/firefox /usr/bin/firefox \
&& rm /tmp/firefox.tar.bz2
# Disable the automatic screenlock since the account password is unknown
&& apt -y -qq remove xfce4-screensaver \
# Disable warning: Failed to execute default Terminal Emulator
Expand Down

0 comments on commit a63efa5

Please sign in to comment.