StanHatko
StanHatko
Please increase the storage cap on the greenhouse-detection namespace to 10 TB. The data samples must reside on disks since the MinIO storage is too slow for the GPU training,...
The software GDAL uses the site https://cdn.proj.org/ for additional geographic projections, which it downloads automatically if it encounters a projection not saved on the system. This will obviously give an...
#### Describe the bug Rarely I see a notebook server that when terminated, takes an extremely long time (a day or more) to delete. The most recent case is with...
The MinIO gateways names have changed (like standard-tenant-1 -> gateway-standard), updated the documentation accordingly. Also put warnings about things that don't work currently (like MinIO mounts on Protected B servers...
The Grafana page should be added to the AAW documentation https://statcan.github.io/daaas/. Users who know about this will have a much easier time monitoring things like their compute usage, doing benchmarking,...
In the jupyterlab-cpu image there are relatively few packages present by default. Adding additional packages to the main system can cause conflicts with the kubeflow system (as I remember occurred...
When creating a notebook server and opening a terminal, I always see this message at the top: ``` groups: cannot find name for group ID 1337 ``` It doesn't seem...
I made a pull request https://github.com/StatCan/aaw-kubeflow-containers/pull/302 to add pretrained PyTorch models to the jupyterlab-pytorch image. Please let me know if you have any comments or if there are any problems...
These programs are useful for converting between CR+LF line endings (DOS) and LF line endings (UNIX), most programs support both but some support only one and this can cause problems....
For the jupyterlab-pytorch image, the conda environment needs to be used for the torch package to be accessible. The whole point of jupyterlab-pytorch is to run PyTorch, so the conda...