Skip to content
Open
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: 2 additions & 2 deletions atlas_server/src/atlas-server/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ def _container_specs(self, args, num_workers, cuda_devices):
'name': docker_spec['rest']['container'],
'environment': [f"REDIS_URL=redis://{docker_spec['redis']['container']}:{redis_internal_port}",
f'FOUNDATIONS_ARCHIVE_HOST=http://{archive_host}:{n4_archive_p}',
f"FOUNDATIONS_TENSORBOARD_API_HOST=http://{docker_spec['tensorboard_rest']['container']}:{tensorboard_rest_internal_port}",
f"FOUNDATIONS_TENSORBOARD_HOST=http://{tb_host}:{n6_tensorboard_server}",
f"TENSORBOARD_API_HOST=http://{docker_spec['tensorboard_rest']['container']}:{tensorboard_rest_internal_port}",
f"TENSORBOARD_HOST=http://{tb_host}:{n6_tensorboard_server}",
f'FOUNDATIONS_DEPLOYMENT_ENV=local_docker_scheduler_plugin',
f"FOUNDATIONS_SCHEDULER_URL=http://{docker_spec['scheduler']['container']}:5000",
f"AUTH_SERVER_URL=http://{docker_spec['authentication_server']['container']}:{args.auth_server_port}/auth"],
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dill==0.2.8.2
google-api-python-client==1.7.3
google-auth-httplib2==0.0.3
google-cloud-storage==1.10.0
PyYAML==5.1.2
PyYAML==5.1
freezegun==0.3.12
flask-restful==0.3.7
Flask==1.1.1
Expand All @@ -14,7 +14,7 @@ promise==2.2.1
redis==3.3.11
slackclient==1.3.0
Werkzeug==0.16.0
boto3==1.9.86
boto3==1.9.89
boto==2.49.0
python-jose==3.0.1
python-keycloak==0.17.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ mock==2.0.0
Faker==1.0.0
ifaddr==0.1.6
twine==1.13.0
awscli==1.16.297
awscli==1.16.263
setuptools_scm==3.3.3
docker-compose==1.25.5