Can't use NNI to run experiments on the server in the school lab
Describe the issue:
Hello!I use NNI on the linu remote server and configure the relevant config.yml file according to the official github documentation, but the following error still occurs. I want to know if there is any way to solve this problem, thank you

Environment:

Configuration:
-
Experiment config (remember to remove secrets!): I covered my password

-
Search space:

How to reproduce it?:
As shown in your error message, the code directory is too large (over 300MB). Please try .nniignore or downsize your code directory.
As shown in your error message, the code directory is too large (over 300MB). Please try .nniignore or downsize your code directory.
Sorry,I have a few more questions,
1、what is nniignore?
2、If my code files contain large datasets, does that mean I can't use NNI afterwards?
3、Later,after I deleted some large datasets, there was indeed no error. The terminal gave me two web links, but I can't open them. Can you tell me how to solve it?
[
](url

- You can search in NNI documentation.
- You can put large datasets in a fixed folder, but not in code directory.
- You should open
server_ip:8080.
hi @yanliang3612 Looks like this issue having a good solution to take it. Could you tell me what's your issue status? Can I close it? Expect your reply. Thanks.