Spaces:
Runtime error
Runtime error
VenkateshRoshan
commited on
Commit
·
2a98105
1
Parent(s):
128539c
docker bug fixed
Browse files- dockerfile +3 -0
dockerfile
CHANGED
@@ -45,6 +45,9 @@ RUN apt-get update && \
|
|
45 |
python3-pip \
|
46 |
python3-dev \
|
47 |
git \
|
|
|
|
|
|
|
48 |
&& rm -rf /var/lib/apt/lists/*
|
49 |
|
50 |
# Set up working directory
|
|
|
45 |
python3-pip \
|
46 |
python3-dev \
|
47 |
git \
|
48 |
+
libomp-dev \
|
49 |
+
libopenblas-dev \
|
50 |
+
libblas-dev \
|
51 |
&& rm -rf /var/lib/apt/lists/*
|
52 |
|
53 |
# Set up working directory
|