Skip to content

Commit

Permalink
Cleanup 3 [Requirements] (deepchem#4114)
Browse files Browse the repository at this point in the history
* docker

* remove build essentials

* build-essential
  • Loading branch information
GreatRSingh authored Sep 16, 2024
1 parent eef62ce commit b5c951f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 cmake build-essential libatlas-base-dev libblas-dev liblapack-dev libhdf5-dev && \
apt-get install -y -q wget git libxrender1 libsm6 bzip2 cmake build-essential libblas-dev && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

# Install miniconda
Expand Down
2 changes: 1 addition & 1 deletion requirements/torch/env_torch.cpu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dependencies:
- pylibxc
- pip:
- -f https://download.pytorch.org/whl/cpu/torch_stable.html
# - -f https://data.dgl.ai/wheels/repo.html
Expand All @@ -14,6 +13,7 @@ dependencies:
- -f https://data.pyg.org/whl/torch-2.2.1+cpu.html
- torch-cluster
- git+https://github.com/diffqc/dqclibs.git
- git+https://gitlab.com/libxc/[email protected]
- basis-set-exchange
- pyscf
- h5py

0 comments on commit b5c951f

Please sign in to comment.