diff --git a/SimulacionFluenciaDocker.ipynb b/SimulacionFluenciaDocker.ipynb index abdcbd7f8b151e0f35bbfef4f16916dd6b0c922b..857949dd594b93ceb36e7551d3e4736a6ce9b466 100644 --- a/SimulacionFluenciaDocker.ipynb +++ b/SimulacionFluenciaDocker.ipynb @@ -29,7 +29,7 @@ "id": "255d2ec7", "metadata": {}, "source": [ - "sudo apt-get install docker" + " sudo apt-get install docker" ] }, { @@ -45,7 +45,7 @@ "id": "84de51f9", "metadata": {}, "source": [ - "sudo docker build --no-cache --build-arg ARTI_BRANCH=\"master\" -t arti:2022.01 - < Dockerfile-arti" + " sudo docker build --no-cache --build-arg ARTI_BRANCH=\"master\" -t arti:2022.01 - < Dockerfile-arti" ] }, {