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

docker: new jupyter for ravenpy and other new additions #89

Merged

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    5f6632b View commit details
    Browse the repository at this point in the history
  2. docker: allow png export from a bokeh plot (html export already works)

    See #88 (comment)
    
    Adding these do not bloat the image too much.
    
    ```
    The following packages will be downloaded:
    
        package                    |            build
        ---------------------------|-----------------
        firefox-91.0.2             |       h9c3ff4c_0        72.5 MB  conda-forge
        geckodriver-0.29.1         |       h3146498_0         3.0 MB  conda-forge
        openssl-1.1.1k             |       h7f98852_1         2.1 MB  conda-forge
        selenium-3.141.0           |py37h5e8e339_1002         870 KB  conda-forge
        ------------------------------------------------------------
                                               Total:        78.4 MB
    ```
    tlvu committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    4edb27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8bc549 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. docker: add clisops for Raven notebooks

    Previously it was indirectly pulled by RavenPy.  Now RavenPy do not
    depend on it anymore.
    tlvu committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    7de1e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b37b800 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. docker: full install firefox-esr, remove firefox installed by conda f…

    …or bokeh png export
    
    The `firefox` install by `conda` was missing all the X-libraries so did not work:
    
    ```
    ! firefox --version
    
    XPCOMGlueLoad error for file /opt/conda/envs/birdy/bin/FirefoxApp/libmozgtk.so:
    libgtk-3.so.0: cannot open shared object file: No such file or directory
    Couldn't load XPCOM.
    ```
    
    See #88 (comment)
    tlvu committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b26781c View commit details
    Browse the repository at this point in the history
  2. docker: fix firefox unable to start, missing libXt.so.6

    Error when only `firefox-esr` is installed by `apt-get`:
    ```
    ! firefox --version
    
    XPCOMGlueLoad error for file
    /opt/conda/envs/birdy/bin/FirefoxApp/libxul.so:
    libXt.so.6: cannot open shared object file: No such file or directory
    Couldn't load XPCOM.
    ```
    
    See #88 (comment)
    tlvu committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    7af8c23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a7d080 View commit details
    Browse the repository at this point in the history