- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone i've just enrolled in the MLOps Professional course and have a query about Lab 1. The correct server is setup, the one in the video they told us to select.
So it's saying the code is in the 'src' folder but I only see sample and env
When i try run ' conda activate lab1' it keeps saying conda: command not found. I do this in the terminal in vscode.
Now i have cloned from the github link given.
So the question is what are we doing on lab 1 and where is the 'src' folder?
Also why is conda command not working? I'm guessing I would need to install something somewhere?
on the lab 1 are we using the sample code to see if we can get the machine temperature reading working?
Thanks any help would be appreciated.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi andre4,
Sorry for late response.
We are still checking with the relevant team to provide better support.
Regards,
Peh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi andre4,
MLOps Professional Course Lab 1 previously had some typos but now they has been fixed.
Regarding conda, you have to install conda into your environment by following the instructions provided at the beginning of the course.
Regards,
Peh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I completed Lab1, so would like to answer here with the above issue.
#Download Miniconda
>> wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
#Install miniconda
>> bash Miniconda3-latest-Linux-x86_64.sh
#souce it
>> source ~/.bashrc
#clone the gitrepo
>> git clone https://github.com/intel/certified-developer
# go to lab1
>> cd certified-developer/MLOps_Professional/lab1
# setup the environment
>> conda env create -f env/conda.yml or cd env; conda env create -f conda.yml
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi friend, i've just enrolled in the MLOps Professional and have a problem with Lab 1 too. I tried to run python serve.py and it shows this:
it keeps loading and does not show anything, what should I do next. Thank you so much, your help would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, @Ngan1 i would do below things to resolve
# check if the service/process is running
>> from your CLI screenshot, I can see that server is running
# check whether the service is listening on port 5000
>> netstat -tuln | grep 5000
# check firewall settings
>> ufw allow 5000/tcp
# test locally on the terminal
curl http://127.0.0.1:5000 or curl http://localhost:5000
# restart the service
# clear cache from browser or try it in incognito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, thank you for your reply, it helped me a lot, I have another question, is there anyway to stop the Instance cause when I'm not using it, it still paying, should i delete it and re create everytime i study this course?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi rago_actions,
Thanks for sharing the steps to install conda.
Regards,
Peh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi andre4,
This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.
Regards,
Peh
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page