Skip to content
Snippets Groups Projects
Unverified Commit 5e520836 authored by Niaz's avatar Niaz Committed by GitHub
Browse files

[FIX] install dependencies for cifs/nfs/samba

parent ac46d47e
No related branches found
No related tags found
No related merge requests found
FROM python:3.8
# system packages installation
RUN apt update && apt install -y curl libopenblas-dev libmagic1 libboost-all-dev libxrender-dev liblapack-dev git bzip2 cmake build-essential libsm6 libglib2.0-0 libgl1-mesa-glx --no-install-recommends
RUN apt update && apt install -y curl nfs-common cifs-utils libopenblas-dev libmagic1 libboost-all-dev libxrender-dev liblapack-dev git bzip2 cmake build-essential libsm6 libglib2.0-0 libgl1-mesa-glx --no-install-recommends
# pre trained models download
WORKDIR /data_models
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment