Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
2970085f
Commit
2970085f
authored
5 years ago
by
lukas leufen
Browse files
Options
Downloads
Patches
Plain Diff
changed host name for new vm
parent
9d4776fa
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!37
include new development
,
!30
Lukas issue037 feat run without training
Pipeline
#29016
passed
5 years ago
Stage: test
Stage: pages
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
src/helpers.py
+1
-1
1 addition, 1 deletion
src/helpers.py
with
2 additions
and
2 deletions
requirements.txt
+
1
−
1
View file @
2970085f
...
@@ -20,7 +20,7 @@ pyshp
...
@@ -20,7 +20,7 @@ pyshp
six
six
pyproj
pyproj
shapely
shapely
c
artopy
==0.16.0
C
artopy
==0.16.0
matplotlib
matplotlib
pillow
pillow
scipy
scipy
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/helpers.py
+
1
−
1
View file @
2970085f
...
@@ -99,7 +99,7 @@ def prepare_host(create_new=True):
...
@@ -99,7 +99,7 @@ def prepare_host(create_new=True):
path
=
f
'
/home/
{
user
}
/Data/toar_daily/
'
path
=
f
'
/home/
{
user
}
/Data/toar_daily/
'
elif
hostname
==
'
zam347
'
:
elif
hostname
==
'
zam347
'
:
path
=
f
'
/home/
{
user
}
/Data/toar_daily/
'
path
=
f
'
/home/
{
user
}
/Data/toar_daily/
'
elif
hostname
==
'
linux-
gzsx
'
:
elif
hostname
==
'
linux-
aa9b
'
:
path
=
f
'
/home/
{
user
}
/machinelearningtools/data/toar_daily/
'
path
=
f
'
/home/
{
user
}
/machinelearningtools/data/toar_daily/
'
elif
(
len
(
hostname
)
>
2
)
and
(
hostname
[:
2
]
==
'
jr
'
):
elif
(
len
(
hostname
)
>
2
)
and
(
hostname
[:
2
]
==
'
jr
'
):
path
=
f
'
/p/project/cjjsc42/
{
user
}
/DATA/toar_daily/
'
path
=
f
'
/p/project/cjjsc42/
{
user
}
/DATA/toar_daily/
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment