File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/lib/components/v2/tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 138138 Collecting tasks with a custom Python environment will use that environment for running the tasks.
139139 Be careful about changing this environment, as that may break existing workflows . It is recommended
140140 to use custom Python environments only during task development or when something needed for your environment
141- building isn' t supported in Fractal server yet. Collect the task with regular Fractal task collection
141+ building isn' t supported in Fractal server yet. Collect the tasks with regular Fractal task collection
142142 for production setups.
143143</div>
144144
201201 <span class="invalid-feedback">{validationErrors[' source' ]}</span>
202202 </div>
203203 <div class="form-text">
204- A common label identifying this package. For example:
205- <code>pip_remote:fractal_tasks_core:1.1.0:fractal-tasks:py39:cellpose_segmentation </code>
204+ A common label identifying this package (e.g. if you set this to <code>"mypackage"</code>
205+ then tasks will have source like <code>"myusername:mypackage:task_module_name" </code>)
206206 </div>
207207 </div>
208208 </div>
You can’t perform that action at this time.
0 commit comments