question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Miniconda runtime image in common properties list does not have curl installed

See original GitHub issue
{
--
2 | "display_name": "Miniconda Python 3.x",
3 | "metadata": {
4 | "image_name": "continuumio/miniconda3:latest"
5 | },
6 | "schema_name": "runtime-image"
7 | }

This image will fail when used since we are dependent on curl being available on all runtime images used with elyra. Also we should update the image tags to use a pinned version instead of latest

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lresendecommented, Jun 10, 2020

Concur with @kevin-bates, we already have anaconda working fine, so I am fine dropping miniconda. And BTW, this has not been on a release yet.

0reactions
kevin-batescommented, Jun 10, 2020

We could avoid maintaining our own image if we can find a comparable replacement and just re-use the miniconda.json filename. Then that image will appear as a default (after an install).

Have we confirmed that pip install elrya overwrites the data_files we also deliver? If it doesn’t and since uninstall doesn’t remove them (AFAIK), would a subsequent pip install elyra be a means of working around that?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation issues · Issue #88 · NVIDIA/MinkowskiEngine
Hi! I've tried to install MinkowskiEngine via pip and have had different issues on every machine I've tried. To try isolate this install...
Read more >
Using the RUN instruction in a Dockerfile with 'source' does ...
Original Answer. FROM ubuntu:14.04 RUN rm /bin/sh && ln -s /bin/bash /bin/sh. This should work for every Ubuntu docker base image. I generally...
Read more >
Solutions to common problems - Synopsys Detect
Solution. If the curl command described above does not successfully return a value for property DETECT_LATEST, you must determine why, and make the...
Read more >
Configure images on the fly when loading images into ... - GitLab
DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes curl software-properties-common ca-certificates openssl Reading package lists.
Read more >
Defining metadata (meta.yaml)
The lower case name of the package. It may contain "-", but no spaces. package: name: bsdiff4 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found