ml-workspace icon indicating copy to clipboard operation
ml-workspace copied to clipboard

Update?

Open Emporea opened this issue 2 years ago • 5 comments

Can we expect updates anytime soon? I really like to use ml-workspace. But since most of its software is outdated it becomes inconvinient to upgrade everything via pip / apt everytime I deploy a new container.

Emporea avatar Jan 28 '22 11:01 Emporea

You can edit the Dockerfile with the updated versions of stuff (if a specific version is given) and then build the image. Then hopefully you will get updated version out of box. Unless some bugs occur with one of the updated libs/apps.

MohamedElashri avatar Feb 01 '22 09:02 MohamedElashri

Thanks for jumping in with the helpful advice @MohamedElashri to help out 🙂 We have also started to update the libraries and tools in this branch; the light and minimal versions are buildable with that and they look good so far. Next step is updating & building the full version (see the runbook). We will post an update here as soon as we have pushed the new images.

raethlein avatar Feb 03 '22 21:02 raethlein

@raethlein Do you intend to update either the R or Spark flavors as well? Definitely interested. Thank you for your work!

geodose avatar Mar 29 '22 17:03 geodose

Does anyone here know how the tensorflow version is set? I was thinking of seeing if I could update to 2.7. Is it part of the miniconda version? (And ideally, I'd switch to miniforge.)

sei-amellinger avatar Apr 19 '22 11:04 sei-amellinger

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days

github-actions[bot] avatar Jul 19 '22 03:07 github-actions[bot]

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days

github-actions[bot] avatar Oct 19 '22 04:10 github-actions[bot]

Can anyone provide on information as to if/when this will be addressed?

sei-amellinger avatar Oct 19 '22 10:10 sei-amellinger

Up vote on this. Is there any update recently ? MlWorkspace is really a good tool for my usage

rickdgit avatar Nov 07 '22 20:11 rickdgit

You should just use jupyterlab or code-server and install all extensions or libraries you need over there.

Its been too long since the last update that it might even represent secruity issues and you are missing out on new features because of old dependencies.

Emporea avatar Nov 07 '22 20:11 Emporea

You should just use jupyterlab or code-server and install all extensions or libraries you need over there.

Its been too long since the last update that it might even represent secruity issues and you are missing out on new features because of old dependencies.

Better, you can update all tools and packages used in Dockerfile and keep using ml-workspace.

MohamedElashri avatar Nov 07 '22 21:11 MohamedElashri

But ml-workspace requires node 14.

Mind sharing your Dockerfile if you think its so easy to update every dependency?

Emporea avatar Nov 07 '22 21:11 Emporea

But ml-workspace requires node 14.

Mind sharing your Dockerfile if you think its so easy to update every dependency?

I guess the docker file is here in their repo. Im building my ubuntu test env soon and I will try rebuild this dockerfile to see if it is up to date

rickdgit avatar Nov 11 '22 19:11 rickdgit