Skip to content

Commit 5fdba38

Browse files
authored
Merge pull request #1041 from I2PC/agm_micCleaner_tf2
miccCleaner tf2
2 parents 9365b9c + 076aaa2 commit 5fdba38

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#Protocols ussing the enviroment: protocol_deepMicrographScreen
2-
# requires other channels apart from conda-forge to install tensorflow-gpu 1.12
32
name: xmipp_MicCleaner
43
channels:
54
- conda-forge
6-
- rsanchez1369
75
dependencies:
8-
- python=3.6
9-
- micrograph-cleaner-em=0.35
6+
- python=3.9
107
- libstdcxx-ng # To be compatible with scipion env
8+
- cudatoolkit=11.8
9+
- cudnn=8.9.*
1110
- pip
1211
- pip:
13-
- absl-py<0.12
12+
- micrograph-cleaner-em==1.0.2
13+
1414

1515

src/xmipp/bindings/python/xmipp_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def installEnvironCmd(name: str,requirementsFn: str, versionId: int = None, gpu
340340

341341
commands = []
342342
commands.append('conda env create -f %s || conda env update -f %s' % (requirementsFn, requirementsFn))
343-
commands.append('conda env export -f %s' % target)
343+
commands.append('touch %s' % target)
344344
return ' && '.join(commands), target
345345

346346
def getModel(*modelPath, **kwargs):

0 commit comments

Comments
 (0)