Skip to content

Commit

Permalink
Add OpenBlas for dqclibs building (deepchem#3996)
Browse files Browse the repository at this point in the history
* add openblas

* space fix

* build essential
  • Loading branch information
GreatRSingh authored Jun 7, 2024
1 parent 4661f91 commit ebb7824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04

# Install some utilities
RUN apt-get update && \
apt-get install -y -q wget git libxrender1 libsm6 bzip2 && \
apt-get install -y -q wget git libxrender1 libsm6 bzip2 cmake build-essential libatlas-base-dev libblas-dev liblapack-dev libhdf5-dev && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

# Install miniconda
Expand Down

0 comments on commit ebb7824

Please sign in to comment.