Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update base image and fix errors #492

Closed
wants to merge 21 commits into from

Conversation

bryanpaget
Copy link
Contributor

@bryanpaget bryanpaget commented Jul 27, 2023

closes StatCan/aaw#1784

Testing and Resolving Issues

  • The error about light-locker not being installed was false. I still had to uninstall light-locker.
  • PSPP from the Ubuntu repository seems to work (I can launch it).
  • As a replacement for zlibc, I've installed zlib1g and zlib1g-dev.
  • I've replaced gvfs-bin with gvfs.
  • I updated RStudio Desktop from 1.3.1093 to 2023.06.1-524.
  • I removed the line to remove /usr/share/applications/exo-mail-reader.desktop since this .desktop file is no longer included in Ubuntu 22.04.
  • "xauth: file /home/jovyan/.Xauthority does not exist" (it does actually)
  • I was concerned about compatibility between ml-metadata and Python 3.10 but I was able to install and import the module on my VM which uses Python 3.10.
  • NoVNC works fine, the websockify work-around is no longer necessary.
  • Updated and copied Anaconda installation to ∞_CMD.Dockerfile and ∞_CMD_remote-desktop.Dockerfile so we have consistent Anaconda packaging across images.

Unresolved

  • "cp: cannot stat '/opt/install/desktop-files/.config/xfce4/xfce4-panel.xml': No such file or directory"
  • "_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created."

TODO

For more details, see: StatCan/aaw#1784.

@bryanpaget bryanpaget added the auto-deploy Trigger manual CI steps for this PR label Jul 27, 2023
bryanpaget and others added 3 commits July 27, 2023 15:32
The light-locker removal command was failing, as light-locker was not installed... so I removed the removal command but when I launch the container on Kubeflow... the screen is locked.
@bryanpaget bryanpaget marked this pull request as ready for review July 28, 2023 13:47
Bryan Paget added 3 commits July 28, 2023 17:53
the screen is still locking. :-/
the screen is still locking. :-/
Test PSPP from Ubuntu Repo to make sure French UI is shown. Remove installer script and update Dockerfile.
@bryanpaget bryanpaget requested a review from vexingly July 31, 2023 20:18
Bryan Paget added 3 commits August 2, 2023 17:01
since we updated the base image we may no longer need to install a specific version of this difficult to install package.
@bryanpaget
Copy link
Contributor Author

Due to scope-creep, this issue will be closed off on a previous commit and the task of updating/fixing Anaconda will be tracked with: #496

@bryanpaget
Copy link
Contributor Author

The updated 22.04 images build and run locally but I'm having difficulties with the Github Actions runner.

@bryanpaget bryanpaget closed this Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-deploy Trigger manual CI steps for this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Research the update path for remote desktop base image version of Ubuntu
2 participants