Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

214
Vistas
Dockerizing Python Gets Unsatisfied Dependency Exception

This running without problem:

pip install --no-cache-dir --upgrade -r requirements.txt

But when run it inside Dockerfile it gets that err:

ERROR: Could not find a version that satisfies the requirement cloud-init==20.2 (from versions: none)

This is Dockerfile:

FROM python:3.6

RUN mkdir -p /usr/src/app/server
WORKDIR /user/src/app/server

COPY requirements.txt /usr/src/app/server

RUN python -m pip install --upgrade pip

RUN pip install --no-cache-dir --upgrade -r /usr/src/app/server/requirements.txt

COPY . /usr/src/app/server

CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]

What could be the problem?

over 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda