-
Notifications
You must be signed in to change notification settings - Fork 23
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
vexingly
reviewed
Jul 28, 2023
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.
warning: duplication of code across docker-bits.
4 tasks
since we updated the base image we may no longer need to install a specific version of this difficult to install package.
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 |
This was referenced Aug 9, 2023
The updated 22.04 images build and run locally but I'm having difficulties with the Github Actions runner. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes StatCan/aaw#1784
Testing and Resolving Issues
light-locker
not being installed was false. I still had to uninstalllight-locker
.zlib1g
andzlib1g-dev
.gvfs-bin
withgvfs
.RStudio Desktop
from 1.3.1093 to 2023.06.1-524./usr/share/applications/exo-mail-reader.desktop
since this.desktop
file is no longer included in Ubuntu 22.04.ml-metadata
and Python 3.10 but I was able to install and import the module on my VM which uses Python 3.10.Unresolved
TODO
For more details, see: StatCan/aaw#1784.