ExamGecko
Question list
Search
Search

Question 426 - 200-901 discussion

Report
Export

Refer to the exhibit.

An engineer wants to create a Bash script to automate a workflow that is related to a machine learning-based application. The engineer wants to use the application as a container and use an image from the open-source public repository. What is accomplished by the script?

A.

Create a new software package.

Answers
A.

Create a new software package.

B.

Install and remove files.

Answers
B.

Install and remove files.

C.

Update an existing software package.

Answers
C.

Update an existing software package.

D.

Install a software package

Answers
D.

Install a software package

Suggested answer: D

Explanation:

The Bash script shown in the exhibit performs the following actions:

Updates the list of available packages using brew update.

Installs Docker using brew install docker.

Upgrades pip and installs tensorflow and pytorch using pip install.

Pulls the latest TensorFlow Docker image using docker pull tensorflow/tensorflow:latest.

This script is designed to install the necessary software packages (Docker, TensorFlow, PyTorch) required for a machine learning-based application. It does not create or remove any software packages but installs them.

Cisco DevNet Associate Certification Guide

Docker Documentation

Homebrew Documentation

Pip Documentation

asked 07/10/2024
David Galiata
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first