Skip to content

pip installed with conda in container not found #301

@sorenwacker

Description

@sorenwacker
FROM continuumio/miniconda3

ENV PYTHONUNBUFFERED=1

RUN mkdir /static

RUN apt update && apt install -y build-essential time libgraphviz-dev graphviz time

RUN conda install -c conda-forge python==3.10 pip

COPY requirements.txt requirements.txt

RUN pip install -r requirements.txt

COPY ./app/ /app/

WORKDIR /app/

Step 7/10 : RUN pip install -r requirements.txt
---> Running in eab22ee7b4fe
/bin/sh: 1: pip: not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions