intel / certified-developer

Official repository of the Intel Certified Developer Program
https://www.intel.com/content/www/us/en/developer/certification/mlops.html?
BSD 3-Clause "New" or "Revised" License
35 stars 34 forks source link

Wrong command to activate the environment. #11

Closed ARKA1112 closed 9 months ago

ARKA1112 commented 10 months ago

Chapter: Basics of API and Endpoint Design:

Section: Lab1:Build REST API Endpoints with FastAPI .........................

The HTML document provided in the syllabus section,provides guidelines to create a conda evironment using the requirements provided in the conda.yml file.

While following the steps I found out that it instructs to activate the environment using the command conda env create -f conda.yml, instead which should be conda activate lab1 because it creates an environment named lab1. Screenshot from 2022-09-26 13-21-366

Thanks.

eduand-alvarez commented 9 months ago

This is correct; it must have been an editing error when copying over the images. Thank you for pointing this out.

eduand-alvarez commented 9 months ago

I will close issue once it has been updated on the course website.

eduand-alvarez commented 9 months ago

The issue has been addressed - closing issue.