Skip to content

Commit c7ae2c4

Browse files
authored
Merge pull request #1022 from I2PC/agm_DLTK_03_CUDA10
Agm dltk 03 cuda10
2 parents 8057e28 + 0fa41c8 commit c7ae2c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ For developers, it becomes handy to install Xmipp in an external directory for e
2020

2121
The first step is to download Xmipp sources:
2222

23-
`git clone https://github.com/I2PC/xmipp.git`
24-
25-
`cd xmipp`
23+
`git clone https://github.com/I2PC/xmipp.git xmipp-bundle & cd xmipp-bundle`
2624

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

src/xmipp/bindings/python/envs_DLTK/xmipp_DLTK_v0.3-gpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ channels:
99
dependencies:
1010
- python=3.7
1111
- libstdcxx-ng # To be compatible with scipion env
12+
- cudnn=7.6
13+
- cudatoolkit==10.0.130
1214
- pip
1315
- pip:
1416
- tensorflow-gpu==1.15.0

src/xmipp/bindings/python/envs_DLTK/xmipp_deepEMhancer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- rsanchez1369
77
dependencies:
88
- python=3.10
9-
- deepemhancer=0.16 #CUDA > 10 required. Drivers nvidia >= 450.80.02
9+
- deepemhancer>=0.16 #CUDA > 10 required. Drivers nvidia >= 450.80.02
1010
- numba
1111
- h5py
1212
- libstdcxx-ng # To be compatible with scipion env

0 commit comments

Comments
 (0)