Closed
Description
Linux machine:- Rocky Linux 8.5
Docker version:- 24.0.2
Dockerfile
FROM python:3.8
RUN apt-get update && apt-get install -y vim
RUN apt-get update && \
apt-get install -y python3-venv && \
python3 -m venv gdmt_venv && \
. gdmt_venv/bin/activate && \
pip install --upgrade pip
RUN python3 -m pip install --trusted-host pypi.python.org -r requirements.txt
WORKDIR /app

I tried importing pandas inside the docker image using the python shell and got same issue.
Metadata
Metadata
Assignees
Labels
No labels