Intel® Developer Cloud
Help connecting to or getting started on Intel® Developer Cloud
140 Discussions

MLOps Professional Course Lab 1 Query

andre4
Beginner
1,070 Views

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.

 

Labels (1)
0 Kudos
8 Replies
Peh_Intel
Moderator
996 Views

Hi andre4,


Sorry for late response.


We are still checking with the relevant team to provide better support.



Regards,

Peh


0 Kudos
Peh_Intel
Moderator
928 Views

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


0 Kudos
rago_actions
Beginner
907 Views

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

 

 

 

0 Kudos
Ngan1
Beginner
228 Views

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:
 

Ngan1_0-1714399352959.png

Ngan1_1-1714399425033.png

it keeps loading and does not show anything, what should I do next. Thank you so much, your help would be appreciated.

0 Kudos
rago_actions
Beginner
215 Views

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 

 

0 Kudos
Ngan1
Beginner
209 Views

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?

0 Kudos
Peh_Intel
Moderator
876 Views

Hi rago_actions,


Thanks for sharing the steps to install conda.



Regards,

Peh


0 Kudos
Peh_Intel
Moderator
876 Views

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


0 Kudos
Reply