Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ For developers, it becomes handy to install Xmipp in an external directory for e

The first step is to download Xmipp sources:

`git clone https://github.com/I2PC/xmipp.git`

`cd xmipp`
`git clone https://github.com/I2PC/xmipp.git xmipp-bundle & cd xmipp-bundle`

If you want to checkout an scpecific branch use the following command. For repositories where the branch does not exist, devel is utilized.

Expand Down
2 changes: 2 additions & 0 deletions src/xmipp/bindings/python/envs_DLTK/xmipp_DLTK_v0.3-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ channels:
dependencies:
- python=3.7
- libstdcxx-ng # To be compatible with scipion env
- cudnn=7.6
- cudatoolkit==10.0.130
- pip
- pip:
- tensorflow-gpu==1.15.0
Expand Down
2 changes: 1 addition & 1 deletion src/xmipp/bindings/python/envs_DLTK/xmipp_deepEMhancer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
- rsanchez1369
dependencies:
- python=3.10
- deepemhancer=0.16 #CUDA > 10 required. Drivers nvidia >= 450.80.02
- deepemhancer>=0.16 #CUDA > 10 required. Drivers nvidia >= 450.80.02
- numba
- h5py
- libstdcxx-ng # To be compatible with scipion env
Expand Down